[richfaces-issues] [JBoss JIRA] (RF-13378) extendedDataTable not shown inside Bootstrap tab panel

Steve Oh (JIRA) issues at jboss.org
Tue Feb 11 06:17:28 EST 2014


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

Steve Oh edited comment on RF-13378 at 2/11/14 6:16 AM:
--------------------------------------------------------

REMOVED
                
      was (Author: cc2000):
    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
>              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


More information about the richfaces-issues mailing list