[JBoss JIRA] (RF-12894) The richfaces-framework is not reloadable by JRebel
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12894?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated RF-12894:
----------------------------
Sprint: (was: 5.0.0.Alpha1 Sprint 3)
> The richfaces-framework is not reloadable by JRebel
> ---------------------------------------------------
>
> Key: RF-12894
> URL: https://issues.jboss.org/browse/RF-12894
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: third-party
> Affects Versions: 5.0.0.Alpha1
> Reporter: Lukáš Fryč
> Fix For: 5.0.0.Alpha1
>
> Original Estimate: 3 hours
> Remaining Estimate: 3 hours
>
> It seems when you compile the framework with CDK, the faces-config.xml is re-generated and re-loaded by JRebel.
> However the other configuration files stored in {{META-INF/}} (e.g. [core.faces-config.xml|https://github.com/richfaces/richfaces5/blob/master...]) directly (without CDK processing) are not taken into consideration in reloaded configuration, thus this configuration is ignored. As the result, no Core configuration is loaded and no RichFaces Core feature does work.
> ----
> The JRebel reload and quick turnaround is one of the features we wanted to enable by build re-structure thus I consider this high priority to cooperate with JRebel team and make it work.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (RF-12958) Popup panel opened from inside popup panel doesn't work
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12958?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-12958.
--------------------------------
Assignee: Brian Leathem
Resolution: Done
Scaled back the aggressiveness of the fix for RF-12850.
> Popup panel opened from inside popup panel doesn't work
> -------------------------------------------------------
>
> Key: RF-12958
> URL: https://issues.jboss.org/browse/RF-12958
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output, regression
> Affects Versions: 4.3.2
> Environment: RichFaces 4.3.2.CR1
> Metamer 4.3.2-SNAPSHOT
> Mojarra 2.1.7
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_04-b20 @ Linux
> Chrome 26.0.1410.63 @ Linux x86_64, Firefox 20
> Reporter: Pavol Pitonak
> Assignee: Brian Leathem
> Priority: Critical
> Fix For: 4.3.2
>
>
> # deploy Metamer and open http://localhost:8080/metamer/faces/components/richPopupPanel/simple.xhtml
> # select "Rich Popup Panel" template from the select on top of the page and click "Load"
> # click "Call the popup" button inside popup panel
> result:
> * a new popup panel should apper (i.e. two panels should be visible, both modal)
> * this worked in RichFaces 4.3.1.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (RF-11103) org.richfaces.skin = plain causes java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
by Stephen Jones (JIRA)
[ https://issues.jboss.org/browse/RF-11103?page=com.atlassian.jira.plugin.s... ]
Stephen Jones commented on RF-11103:
------------------------------------
I'm on 4.3.1.Final. Even after the workaround (disabling control skinning), the Autocomplete component still loads the inputBackgroundImage resource and logs the exception.
I have had to extract Autocomplete.ecss from the RichFaces jar and override it with my own WebContent/resources/org.richfaces/Autocomplete.ecss that does not reference the inputBackgroundImage resource. (providing a separate CSS that deletes these rules will not prevent all browsers/crawlers from requesting the resource)
Some have commented "this does not affect the application". However this problem makes it extremely difficult to monitor applications for "real" errors.
> org.richfaces.skin = plain causes java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
> ----------------------------------------------------------------------------------------------------------------
>
> Key: RF-11103
> URL: https://issues.jboss.org/browse/RF-11103
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: skinning
> Reporter: u j
> Priority: Minor
> Fix For: 5.0.0.Alpha2
>
>
> I tried
> {code}
> <context-param>
> <param-name>org.richfaces.skin</param-name>
> <param-value>plain</param-value>
> </context-param>
> {code}
>
> and the skinning seems to be disabled, but I get
> {code}
> 14:44:21,584 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/myapp].[Faces Servlet]] Servlet.service() para servlet Faces Servlet lanzó excepción: java.lang.IllegalArgumentException: Width (2000) and height (0) cannot be <= 0
> at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) [:1.6.0_24]
> at java.awt.image.BufferedImage.<init>(BufferedImage.java:321) [:1.6.0_24]
> at org.richfaces.resource.ImageType.createARGBImage(ImageType.java:103) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.access$200(ImageType.java:34) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType$2.createImage(ImageType.java:44) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.createImage(ImageType.java:118) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.paintAndWrite(Java2DUserResourceWrapperImpl.java:155) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.getInputStream(Java2DUserResourceWrapperImpl.java:65) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:171) [:4.0.0-SNAPSHOT]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:407) [:2.1.1-FCS]
> 14:45:38,493 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/myapp].[Faces Servlet]] Servlet.service() para servlet Faces Servlet lanzó excepción: java.lang.IllegalArgumentException: Width (1) and height (0) cannot be <= 0
> at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999) [:1.6.0_24]
> at java.awt.image.BufferedImage.<init>(BufferedImage.java:321) [:1.6.0_24]
> at org.richfaces.resource.ImageType.createARGBImage(ImageType.java:103) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.access$200(ImageType.java:34) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType$2.createImage(ImageType.java:44) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ImageType.createImage(ImageType.java:118) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.paintAndWrite(Java2DUserResourceWrapperImpl.java:155) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.Java2DUserResourceWrapperImpl.getInputStream(Java2DUserResourceWrapperImpl.java:65) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178) [:4.0.0-SNAPSHOT]
> at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:171) [:4.0.0-SNAPSHOT]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:407) [:2.1.1-FCS]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324) [:6.0.0.Final]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67) [:6.0.0.Final]
> {code}
> I found a note
> http://echelog.matzon.dk/logs/browse/richfaces/1306706400
> Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months
[JBoss JIRA] (RF-10206) Add WAI-ARIA support to components
by Rafael Jeferson Pezzuto Damaceno (JIRA)
[ https://issues.jboss.org/browse/RF-10206?page=com.atlassian.jira.plugin.s... ]
Rafael Jeferson Pezzuto Damaceno commented on RF-10206:
-------------------------------------------------------
Yes I can. I just need to find it on my hard drive. Please, wait a couple days, i'll put the code on github or something like that.
> Add WAI-ARIA support to components
> ----------------------------------
>
> Key: RF-10206
> URL: https://issues.jboss.org/browse/RF-10206
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: accessibility
> Affects Versions: 3.3.3.Final
> Reporter: Brent Yarger
> Assignee: Nick Belaevski
> Labels: WAI-ARIA
> Fix For: 5-Future
>
>
> WAI-ARIA support would be a nice feature to have to improve accessibility of Richfaces. Both keyboard accessibility and screen reader accessibility could be significantly improved by adding WAI-ARIA support
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 7 months