[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13758:
---------------------------------
I foresee a conflict here, commented here: https://github.com/richfaces/richfaces/commit/8d9cfd208b1765e9e54864a74be...
I believe we should either use whole {{resourcePath}} as {{resourceName}},
or rather we should refactor {{URLResource}} to be e.g. {{NamedURLResource}} and be constructed as {{NamedURLResource(ResourceKey, ResourcePath)}}. This way, we could use original resource name and library from {{resourceKey}}.
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13766) Move classes ElementIsFocused and FocusRetriever to build-resources
by Pavol Pitonak (JIRA)
[ https://issues.jboss.org/browse/RF-13766?page=com.atlassian.jira.plugin.s... ]
Pavol Pitonak updated RF-13766:
-------------------------------
Fix Version/s: 4.5.0.Beta1
> Move classes ElementIsFocused and FocusRetriever to build-resources
> -------------------------------------------------------------------
>
> Key: RF-13766
> URL: https://issues.jboss.org/browse/RF-13766
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: tests - functional
> Affects Versions: 4.5.0.Alpha3
> Reporter: Martin Tomasek
> Assignee: Martin Tomasek
> Fix For: 4.5.0.Beta1
>
>
> Move classes ElementIsFocused and FocusRetriever from components/rich/src/test/integration/org/richfaces/components/focus to build/build-resources/src/main/java/org/richfaces/utils.focus package.
> Several showcases tests use these class too. After perform https://issues.jboss.org/browse/RF-12950 showcase tests will be in richfaces repo and they will need use ElementIsFocused and FocusRetriever. Its good to have these two classes in build-resources and not duplicate them.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13774) Upgrade MyFaces to 2.2.4
by Pavol Pitonak (JIRA)
Pavol Pitonak created RF-13774:
----------------------------------
Summary: Upgrade MyFaces to 2.2.4
Key: RF-13774
URL: https://issues.jboss.org/browse/RF-13774
Project: RichFaces
Issue Type: Component Upgrade
Security Level: Public (Everyone can see)
Affects Versions: 4.5.0.Alpha3
Reporter: Pavol Pitonak
MyFaces version defined in build/pom.xml is 2.1.10 which is outdated. There is newer 2.1.15 but since we depend on Mojarra 2.2.x, we should upgrade MyFaces to *2.2.4*.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13771) Richface:Upload "Server Error"
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13771?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13771.
--------------------------------
Resolution: Rejected
> Richface:Upload "Server Error"
> ------------------------------
>
> Key: RF-13771
> URL: https://issues.jboss.org/browse/RF-13771
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.2.Final
> Environment: Windows 7
> Jboss 7.1.1.Final
> Richface 4.2.2.Final
> Reporter: Athiappan G
> Labels: "Server, 4.2.2, Error", Upload,
>
> In our application, we have a use case as, we allow the user to upload files upto 200MB. However, Whenever am uploading any files of size more than 50 MB itself, it is throwing me the "Server Error" message.
> I have not used any filters.
> I have set the max heap size to 1024MB(1GB), so there should be no out of memory exception.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13769) placeholder with empty @selector renders twice
by Michal Petrov (JIRA)
[ https://issues.jboss.org/browse/RF-13769?page=com.atlassian.jira.plugin.s... ]
Michal Petrov resolved RF-13769.
--------------------------------
Assignee: Michal Petrov
Resolution: Done
Added isAlreadyRendered method to RendererBase
> placeholder with empty @selector renders twice
> ----------------------------------------------
>
> Key: RF-13769
> URL: https://issues.jboss.org/browse/RF-13769
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Michal Petrov
> Assignee: Michal Petrov
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> {code}
> <component>
> <rich:placeholder>
> </component>
> {code}
> will result in
> {code}
> <span> … placeholder JS code … </span>
> <element>
> <span> … placeholder JS code … </span>
> </element>
> {code}
> Doesn't affect components that don't render children (eg. inputText).
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13758) RF 4.5 with MyFaces, CSS not loaded
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13758?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13758:
------------------------------------
Nice work [~michpetrov], and thanks for the input [~lfryc].
> RF 4.5 with MyFaces, CSS not loaded
> -----------------------------------
>
> Key: RF-13758
> URL: https://issues.jboss.org/browse/RF-13758
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.5.0.Alpha3
> Reporter: Matej Novotny
> Assignee: Michal Petrov
> Priority: Critical
> Labels: myfaces, needs-qe
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> When you use MyFaces as JSF implementation, RF fail to get CSS files hence the components are displayed as plain text.
> I tried this (among others) with simpleapp which I modified by adding a simple rich:panel. With Mojarra the css for panel was received and panel was displayed correctly. Then I modified pom.xml to use MyFaces. The app can be deployed but the panel is just a plain text and page contains no css for styling.
> This can be reproduced with Metamer/simpleapp/showcase.
> Please see steps to reproduce for reproducers with Metamer and simpleapp.
> Showcase reproducer is more complicated due to RF-13757.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months
[JBoss JIRA] (RF-13661) De-couple the RichFaces.BaseComponent implementation from its JSF backend
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13661?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13661.
--------------------------------
Resolution: Done
BaseComponent itself is de-coupled from the JSF backend. However individual components may not be. I've created the _example/standalone-js_ application to facilitate running components in a "pure js mode".
> De-couple the RichFaces.BaseComponent implementation from its JSF backend
> -------------------------------------------------------------------------
>
> Key: RF-13661
> URL: https://issues.jboss.org/browse/RF-13661
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Brian Leathem
> Assignee: Brian Leathem
> Fix For: 4.5.0.Beta1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> Investigate whether we can de-couple a {{RichFaces.BaseComponent}} based component from the JSF back-end. The ExtendedDataTable implementation would be a good candidate for this PoC.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 3 months