[
https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s...
]
Kaveh A. commented on RF-12682:
-------------------------------
Hi Brian
Thank you very much for taking the time to look at this issue for us. I have tried your
recommended change and the situation is slightly better but no where close to being fixed.
I have made the change as you mentioned in the following file (commented out suggested
line).
Here are the issues:
1- In the attached example project on this bug the second tabPanel is still frozen you
can't click on the second tab panel and see the content of this panel .
2- In our application the situation is a little better however any time the browser is
re-sized then the all tables that are not visible and are empty are not able to get
populated. It seems that the data is coming back to the table but there is something in
JavaScript or CSS that does not allow the rows the be shown.
if you send the attach example to a member of your team you'll see that it is not
possible to get to the second tab. We may be able to dealing with two different issues
here the lock on the tabPanel (which is not as important to my team) and then the display
of data in the extendedDataTable.
Below are the files that I changed as per your recommendation
richfaces-components-ui-4.3.0.Final.jar
./META-INF/resources/org.richfaces/extendedDataTable.js
./META-INF/resources/org.richfaces.staticResource/4.3.0.Final/Compressed/org.richfaces/extendedDataTable.js
./META-INF/resources/org.richfaces.staticResource/4.3.0.Final/Static/org.richfaces/extendedDataTable.js
extendedDataTable render issue with rich:tabPanel
-------------------------------------------------
Key: RF-12682
URL:
https://issues.jboss.org/browse/RF-12682
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.2.3.Final, 4.3.0.M3, 4.3.0.CR1
Reporter: Kaveh A.
Labels: extendedDataTable, render, richfaces, tabpanel, waiting_on_user
Attachments: richfacesBug2.zip, RichFacesBugEclipseProject.zip
This issue is not just specific to tabPanel. Anytime the extendedDataTable is hidden
(when the page loads) and then it is made visible later the table can not display the data
(table is empty at the load time).
In this particular case if we load a page with two tabs. Furthermore if we have one
extendedDataTable in each tab (the first tab shows and the second tab is not shown at
first). In this case once the user clicks on the second tab and tries to populate the
extendedDataTable (via any action). Then the table is not rendered properly. A sample
project has been provided at the following link that further describe this issue. You can
download the eclipse project attached at the end of the following message to reproduce
this issue.
https://community.jboss.org/message/783787
--
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