[JBoss JIRA] (RF-13240) Rich Collapsible Sub Table not working
by Matej Novotny (JIRA)
[ https://issues.jboss.org/browse/RF-13240?page=com.atlassian.jira.plugin.s... ]
Matej Novotny commented on RF-13240:
------------------------------------
Collapsible Sub Table now works properly in both cases - as a component itself and as a template for other components.
Issue is therefore verified and can be closed.
> Rich Collapsible Sub Table not working
> --------------------------------------
>
> Key: RF-13240
> URL: https://issues.jboss.org/browse/RF-13240
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 5.0.0.Alpha2
> Environment: RichFaces 5.0.0-SNAPSHOT
> Metamer 5.0.0-SNAPSHOT
> JBoss Application Server: Weld Integration 7.1.1.Final
> JBoss AS 7.1.1.Final
> Java(TM) SE Runtime Environment 1.7.0_25-b15 @ Linux
> Firefox 24.0 @ Linux x86_64
> Reporter: Matej Novotny
> Assignee: Brian Leathem
> Priority: Blocker
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 15 minutes
> Remaining Estimate: 15 minutes
>
> When trying to use Rich Collapsible Sub Table (or subtable template in any other coponent) you get following exception:
> {code:title=Exception from console}
> 09:38:09,367 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (http--127.0.0.1-8080-1) Error Rendering View[/components/richCollapsibleSubTable/simple.xhtml]: java.lang.NullPointerException
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:127) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:78) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRenderer.doEncodeEnd(CollapsibleSubTableTogglerRenderer.java:44) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeEnd(RendererBase.java:176) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:875) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.richfaces.renderkit.RendererBase.renderChildren(RendererBase.java:277) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableBaseRenderer.encodeColumn(AbstractTableBaseRenderer.java:82) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.dataTable.DataTableRenderer.encodeRow(DataTableRenderer.java:267) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.process(AbstractRowsRenderer.java:81) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.model.SequenceDataModel.walk(SequenceDataModel.java:66) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.UIDataAdaptor.walk(UIDataAdaptor.java:807) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:91) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.processRows(AbstractRowsRenderer.java:104) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.encodeTableRows(AbstractTableRenderer.java:141) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.doEncodeChildren(AbstractTableRenderer.java:212) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeChildren(RendererBase.java:158) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.render.Renderer.encodeChildren(Renderer.java:168) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> 09:38:09,397 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/metamer].[Faces Servlet]] (http--127.0.0.1-8080-1) Servlet.service() for servlet Faces Servlet threw exception: java.lang.NullPointerException
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:127) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRendererBase.encodeControl(CollapsibleSubTableTogglerRendererBase.java:78) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.collapsibleSubTable.CollapsibleSubTableTogglerRenderer.doEncodeEnd(CollapsibleSubTableTogglerRenderer.java:44) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeEnd(RendererBase.java:176) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:875) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1786) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.richfaces.renderkit.RendererBase.renderChildren(RendererBase.java:277) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableBaseRenderer.encodeColumn(AbstractTableBaseRenderer.java:82) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.dataTable.DataTableRenderer.encodeRow(DataTableRenderer.java:267) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.process(AbstractRowsRenderer.java:81) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.model.SequenceDataModel.walk(SequenceDataModel.java:66) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.UIDataAdaptor.walk(UIDataAdaptor.java:807) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.encodeRows(AbstractRowsRenderer.java:91) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractRowsRenderer.processRows(AbstractRowsRenderer.java:104) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.encodeTableRows(AbstractTableRenderer.java:141) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.ui.iteration.AbstractTableRenderer.doEncodeChildren(AbstractTableRenderer.java:212) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at org.richfaces.renderkit.RendererBase.encodeChildren(RendererBase.java:158) [richfaces-5.0.0-20131002.145534-85.jar:5.0.0-SNAPSHOT]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.render.Renderer.encodeChildren(Renderer.java:168) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1779) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1782) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:402) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:125) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:288) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:121) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139) [jsf-impl-2.1.7-jbossorg-2.jar:]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594) [jboss-jsf-api_2.1_spec-2.0.1.Final.jar:2.0.1.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) [classes:]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:62) [weld-core-1.1.5.AS71.Final.jar:2012-02-10 15:31]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
> at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
> {code}
--
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
12 years, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč resolved RF-12214.
-----------------------------
Resolution: Done
QE: we need to check that packaged plain skin works fine, especially focusing on RF 4.5
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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
12 years, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12214:
---------------------------------
The RF5 builds okay, but RF4.5 produces following errors:
https://gist.github.com/lfryc/8895531fd429a0227565
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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
12 years, 5 months
[JBoss JIRA] (RF-12802) Move page fragments from repository qa to richfaces5
by Juraj Húska (JIRA)
[ https://issues.jboss.org/browse/RF-12802?page=com.atlassian.jira.plugin.s... ]
Juraj Húska edited comment on RF-12802 at 10/15/13 3:38 AM:
------------------------------------------------------------
Couple of additional refactorings, we have discussed offline:
* -Create interface for method {{advance()}}-
{code}
AdvancedInteractions<T> {
T advanced();
}
{code}
-We can document the method more easily - the fragment will implement that interface-
* provide a way to set JS strategy in {{arquillian.xml}} - e.g.
{code:xml}
<extension name="richfacesPageFragments"><property name="controlStrategy">interactive</property>
{code}
See ARQGRA-325 comments as well.
* -waiting API - put {{withTimeout}} right to the wrapper, so the public API methods do not have call for the actual timeout value-
* -rename the parameter for setting of the timeout from _timeout_ to something which shows in what time unit it is - e.g. miliseconds-
* -move fields which hold timeout value to the {{AdvancedInteraction}} classes-
* -use miliseconds in waiting API instead of seconds as we found them to be more used accros tests-
* review exception throwing - throw them where it is necessary, make the method no operation where it is not necessary
* make an attribute from [this|https://github.com/richfaces/richfaces-qa/blob/master/page-fragments...].
* make a pull request with moved repository
* write Javadoc
I will cross already done parts.
was (Author: jhuska):
Couple of additional refactorings, we have discussed offline:
* -Create interface for method {{advance()}}-
{code}
AdvancedInteractions<T> {
T advanced();
}
{code}
-We can document the method more easily - the fragment will implement that interface-
* provide a way to set JS strategy in {{arquillian.xml}} - e.g.
{code:xml}
<extension name="richfacesPageFragments"><property name="controlStrategy">interactive</property>
{code}
See ARQGRA-325 comments as well.
* waiting API - put {{withTimeout}} right to the wrapper, so the public API methods do not have call for the actual timeout value
* rename the parameter for setting of the timeout from _timeout_ to something which shows in what time unit it is - e.g. miliseconds
* move fields which hold timeout value to the {{AdvancedInteraction}} classes
* use miliseconds in waiting API instead of seconds as we found them to be more used accros tests
* review exception throwing - throw them where it is necessary, make the method no operation where it is not necessary
* make an attribute from [this|https://github.com/richfaces/richfaces-qa/blob/master/page-fragments...].
* make a pull request with moved repository
* write Javadoc
I will cross already done parts.
> Move page fragments from repository qa to richfaces5
> ----------------------------------------------------
>
> Key: RF-12802
> URL: https://issues.jboss.org/browse/RF-12802
> Project: RichFaces
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Affects Versions: 5.0.0.Alpha1
> Reporter: Pavol Pitonak
> Assignee: Juraj Húska
> Fix For: 5.0.0.Alpha2
>
> Original Estimate: 1 week
> Remaining Estimate: 1 week
>
> As discussed on community meeting on Feb 12, we should move page fragments for RichFaces components to richfaces5 repository so that they are distributed with framework.
> We should find out how to prepare them so that they are easy to use for community members. RichFaces QE/dev need to test internals of components, community members will probably test only high-level functionality of components. One possible solution would be to create package "internal" in which there would be page fragments extending those from "public" package. QE team would then use "internal" implementations.
--
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
12 years, 5 months
[JBoss JIRA] (RF-13246) Richfaces 4.3.4 ajax fails on ie8 packed.js cannot find console.
by Jiří Štefek (JIRA)
[ https://issues.jboss.org/browse/RF-13246?page=com.atlassian.jira.plugin.s... ]
Jiří Štefek edited comment on RF-13246 at 10/15/13 3:35 AM:
------------------------------------------------------------
Cannot reproduce this.
Built Showcase with Mojarra 2.1.26, deployed on Tomcat 7.0.41, browsed with IE8. Everything worked as expected.
[~hazendaz], can you, please, name just one Showcase example, where it didn't work?
was (Author: jstefek):
Cannot reproduce this.
Build Showcase with Mojarra 2.1.26, deployed on Tomcat 7.0.41, browsed with IE8. Everything worked as expected.
[~hazendaz], can you, please, name just one Showcase example, where it didn't work?
> Richfaces 4.3.4 ajax fails on ie8 packed.js cannot find console.
> ----------------------------------------------------------------
>
> Key: RF-13246
> URL: https://issues.jboss.org/browse/RF-13246
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.4
> Reporter: Jeremy Landis
> Assignee: Jiří Štefek
>
> After upgrading to richfaces 4.3.4 using jsf 2.1.26, ajax has stopped working in IE8. I have been able to verify non issue in firefox and IE11. The issue affects specialized ajax calls within a page as well as overall ajax page areas. It further affects extended data grids where it will not allow next page logic to 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
12 years, 5 months
[JBoss JIRA] (RF-12214) Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-12214?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-12214:
---------------------------------
I have fixed the issue mentioned above (notify.ecss rendering) with providing DEFAULT skin as SkinFactoryImpl#getDefaultSkin().
> Pack plain skin with UI components distribution (the resource plugin needs to be fixed)
> ---------------------------------------------------------------------------------------
>
> Key: RF-12214
> URL: https://issues.jboss.org/browse/RF-12214
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: resource handling
> Affects Versions: 4.2.1.Final
> Reporter: Nicolas Daniels
> Assignee: Lukáš Fryč
> Priority: Minor
> Fix For: 4.5.0.Alpha1, 5.0.0.Alpha2
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The plain skin is not packed/compresses as other styles, mainly because images generation is failing due to null property values.
> It could be good to have it as well. Beside it, probably that image generation with null value should be handled.
> Of course, any failed image generation should not be referenced in resulting css.
> (Fyi, currently, generating plain skin is working despite the warnings but missing images are still referenced in resulting css. This is not really good for resources optimization ;-))
--
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
12 years, 5 months