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.

Reply via email to