You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org> on 2007/10/29 20:30:50 UTC

[jira] Updated: (XAP-525) Widgets: TabPane no longer works

     [ https://issues.apache.org/jira/browse/XAP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Mikhaylov updated XAP-525:
----------------------------------

    Attachment: clientsession.zip

Call to window.onresize() as part of application startup seems to resolve this issue.

> Widgets: TabPane no longer works
> --------------------------------
>
>                 Key: XAP-525
>                 URL: https://issues.apache.org/jira/browse/XAP-525
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>            Priority: Blocker
>         Attachments: clientsession.zip
>
>
> Open the xap tabPane widget component test. It no longer works.
> Or, try this simple xal:
> <xal xmlns="http://openxal.org/ui">
>    
>     <tabPane width="400px" height="400px">
>         <tab text="foo">
>             <label text="foo"/>
>         </tab>
>         <tab text="bar">
>             <label text="foo"/>
>         </tab>
>     </tabPane>
>     
> </xal>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.