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/30 17:43:50 UTC

[jira] Created: (XAP-531) Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work

Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work
--------------------------------------------------------------------

                 Key: XAP-531
                 URL: https://issues.apache.org/jira/browse/XAP-531
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Layouts
            Reporter: Trevor Oldak


Here's some quirky behavior:
Dragging this slider causes the splitPane to break in this example. It works fine if the button is removed.
<xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
    <horizontalBoxPane>
        <button width="500px" height="300px"/>
        <xal:horizontalSplitPane
            width="200px" height="100px">
            <xal:left height="100px" >
                <label text="left" width="100px"/>
            </xal:left
            <xal:right height="100px">
                <label text="right" width="100px"/>
            </xal:right>
        </xal:horizontalSplitPane>
    </horizontalBoxPane>
</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-531) Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox

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

Trevor Oldak closed XAP-531.
----------------------------

    Resolution: Fixed

> Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox
> -------------------------------------------------------------------------------
>
>                 Key: XAP-531
>                 URL: https://issues.apache.org/jira/browse/XAP-531
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>         Attachments: horizontal_split_pane.zip
>
>
> Here's some quirky behavior:
> Dragging this slider causes the splitPane to break in this example. It works fine if the button is removed.
> <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
>     <horizontalBoxPane>
>         <button width="500px" height="300px"/>
>         <xal:horizontalSplitPane
>             width="200px" height="100px">
>             <xal:left height="100px" >
>                 <label text="left" width="100px"/>
>             </xal:left
>             <xal:right height="100px">
>                 <label text="right" width="100px"/>
>             </xal:right>
>         </xal:horizontalSplitPane>
>     </horizontalBoxPane>
> </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-531) Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox

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

Trevor Oldak updated XAP-531:
-----------------------------

    Summary: Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox  (was: Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work)

> Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox
> -------------------------------------------------------------------------------
>
>                 Key: XAP-531
>                 URL: https://issues.apache.org/jira/browse/XAP-531
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>
> Here's some quirky behavior:
> Dragging this slider causes the splitPane to break in this example. It works fine if the button is removed.
> <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
>     <horizontalBoxPane>
>         <button width="500px" height="300px"/>
>         <xal:horizontalSplitPane
>             width="200px" height="100px">
>             <xal:left height="100px" >
>                 <label text="left" width="100px"/>
>             </xal:left
>             <xal:right height="100px">
>                 <label text="right" width="100px"/>
>             </xal:right>
>         </xal:horizontalSplitPane>
>     </horizontalBoxPane>
> </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-531) Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox

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

Michael Mikhaylov updated XAP-531:
----------------------------------

    Attachment: horizontal_split_pane.zip

This patched style.js file fixes the issue.

> Widgets: HorizontalSplitPane: Dragging slider sometimes doesn't work in Firefox
> -------------------------------------------------------------------------------
>
>                 Key: XAP-531
>                 URL: https://issues.apache.org/jira/browse/XAP-531
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>         Attachments: horizontal_split_pane.zip
>
>
> Here's some quirky behavior:
> Dragging this slider causes the splitPane to break in this example. It works fine if the button is removed.
> <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
>     <horizontalBoxPane>
>         <button width="500px" height="300px"/>
>         <xal:horizontalSplitPane
>             width="200px" height="100px">
>             <xal:left height="100px" >
>                 <label text="left" width="100px"/>
>             </xal:left
>             <xal:right height="100px">
>                 <label text="right" width="100px"/>
>             </xal:right>
>         </xal:horizontalSplitPane>
>     </horizontalBoxPane>
> </xal>

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