[richfaces-issues] [JBoss JIRA] (RF-11551) The scrollbar of rich:extendedDataTable disappears inside rich:tabPanel (switchType=ajax) and problems with switchType=client

Rene O (Commented) (JIRA) jira-events at lists.jboss.org
Fri Nov 4 17:28:45 EDT 2011


    [ https://issues.jboss.org/browse/RF-11551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640510#comment-12640510 ] 

Rene O commented on RF-11551:
-----------------------------

RF-M3 and mojarra-2.1.3-b02:

switchType server:
--------------------
java.lang.NullPointerException	javax.faces.component.UIComponent$ComponentSystemEventListenerAdapter.processEvent(UIComponent.java:2508)
	javax.faces.event.SystemEvent.processListener(SystemEvent.java:106)
	com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2129)
	com.sun.faces.application.ApplicationImpl.invokeComponentListenersFor(ApplicationImpl.java:2077)
	com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:286)
	com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:244)
	com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:108)
	com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
	com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)

switchType ajax:
-------------------
you can't switch the tabs... Accessing tabs with table inside is not possible

switchType client:
-------------------
The content of the tables is not visible. Datascroller does not react
                
> The scrollbar of rich:extendedDataTable disappears inside rich:tabPanel (switchType=ajax) and problems with switchType=client
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-11551
>                 URL: https://issues.jboss.org/browse/RF-11551
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes, component-tables
>    Affects Versions: 4.1.0.Milestone2
>         Environment: Tomcat6, Firefox 7, IE 8, myfaces 2.1.3
>            Reporter: Rene O
>              Labels: waiting_on_user
>             Fix For: 4.2.0.Tracking
>
>         Attachments: jsftest.war
>
>
> A testcase to reproduce this issue is attached.
> Steps to reproduce this issue:
> 1. http://localhost:8080/jsftest/tabandtable.jsf
> 2. switch to tab "Tab with Table" -> table has scrollbar
> 3. switch to tab "Tab with Table2" -> table has no scrollbar, which is not the expected behaviour
> 4. switch again to tab "Tab with Table" -> table has now also no scrollbar, which is not the expected behaviour
> If you use switchType=server everything works as expected.
> If you use switchType=client there is another problem:
> The content of the tables is not visible. It is visible after you use the dataScroller. But there is also no scrollbar visible.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list