[
https://issues.jboss.org/browse/RF-13378?page=com.atlassian.jira.plugin.s...
]
Steve Oh commented on RF-13378:
-------------------------------
Hello,
I put together a list of JS statements, that seams to fix the layout. But I don't
think, this is a stable workaround.
{code}
var edt = RichFaces.$("#{rich:clientId('theTable')}");
var bodyy =
document.getElementById("#{rich:clientId('theTable')}:b");
$(bodyy).height(300);
$(edt).triggerHandler('rich:onajaxcomplete', {reinitializeHeader: true});
edt.updateLayout();
{code}
extendedDataTable not shown inside Bootstrap tab panel
------------------------------------------------------
Key: RF-13378
URL:
https://issues.jboss.org/browse/RF-13378
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.3.4
Environment: Tested on Ubuntu 12.04, Firefox 25, JDK 7u45, GlassFish 3.1.2.2
Reporter: Salvo Isaja
Labels: extendedDataTable
Fix For: 5-Tracking
Attachments: ExtendedDataTableTest.7z
As described in RF-12682, when an extendedDataTable is placed in a parent which is not
displayed by default, showing the parent causes the table to be invisible. This was
reported to be solved on 4.3.2 for tables inside rich:tabPanel, while this issue is on
4.3.4 for tables inside a tab panel from Bootstrap 3.
Attached a minimal project which demonstrates the issue.
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