[
https://issues.apache.org/jira/browse/XAP-286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Gagne updated XAP-286:
--------------------------
Priority: Minor (was: Major)
> Widgets: Window: Window bounds issues
> -------------------------------------
>
> Key: XAP-286
> URL: https://issues.apache.org/jira/browse/XAP-286
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Windows and Dialogs
> Reporter: Trevor Oldak
> Priority: Minor
>
> <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
> <mco xmlns="http://openxal.org/core/mco" id="attributeSetter"
> class="AttributeTester"
> src="src-js/AttributeTester.js"/>
> <xm:modifications xmlns:xm="http://openxal.org/core/xmodify">
> <xm:append select="/ui">
> <xal:window>
> <xal:label text="foo"/>
> </xal:window>
> <verticalBoxPane width="800px" height="600px"
> backgroundColor="#EEEEEE"></verticalBoxPane>
> </xm:append>
> </xm:modifications>
> </xal>
> Open the example above. Observe the following behaviors:
> 1) The window can be dragged downward only until its bottom edge reaches the
> bottom of the verticalBoxPane, but it can moved as far to the right as the
> user wishes
> 2) despite the bounds on how low the window can be dragged by the title bar,
> it can be resized so that the bottom of the window extends beyond the bottom
> of the verticalBoxPane
> 2a) Clicking and dragging on the window titleBar while the window is extended
> beyond the bottom of the verticalBoxPane will cause the window to pop
> upwards, sometimes out of the window.
> 3) Minimizing the window minimizes it to the bottom of the user's screen.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.