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

Steve Oh commented on RF-13378:
-------------------------------

same problem with me (using rich:tabPanel), I am digging into suspected 
javascript - see this snippet from extendedDataTable.js:

{code:javascript}
            initialize: function() {
                this.deActivateResizeListener();
                if (! $(this.element).is(":visible")) {
                    this.showOffscreen(this.element);
                }
{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
>         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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to