• TabContainer - Unresponsive design after adding several tabpages with iframe panel.

    By Kim Acket 9 years ago

    We have build an interface using the extension library controls.
    Our Tabcontainer has as the first page a dynamic viewpanel and via some java code when clicked on a document a new tab is created and added to the tabcontainer.
    This new tabpage contains a panel with scr attribute, inside the scr we load the url to a specific xpage. This works great, but after adding several tabs the page reloads itself (we see the beforePageLoad event being triggered) and the tabcontainer becomes unresponsive, clicking on categories inside the view panel or clicking on buttons doesn't do anything anymore..

    When this iframe is removed the problem goes away…

    So it looks like the page becomes invalid at some stage when adding a tabpage with a iframe panel..

    We did test this with a simple database, with an xpage with only a button and a combobox (no datasource), but even then the problem still occurs.

    • By Kim Acket 9 years ago

      The question is also explained by Howard on StackOverflow:http://stackoverflow.com/questions/31546816/is-this-a-bug-in-the-tab-container

      A PMR has been submitted to IBM but they refer back to this site for assistance..