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 "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/10/25 18:53:50 UTC

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

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


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.


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

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-525.
----------------------------

    Resolution: Fixed

> 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.


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

Posted by "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org>.
     [ 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.