[
https://issues.apache.org/jira/browse/XAP-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Margaris updated XAP-83:
------------------------------
Component/s: (was: Other widgets)
Windows and Dialogs
> Widgets: Vertical resize of window does not stop at title bar
> -------------------------------------------------------------
>
> Key: XAP-83
> URL: https://issues.apache.org/jira/browse/XAP-83
> Project: XAP
> Issue Type: Bug
> Components: Windows and Dialogs
> Reporter: Matt Carbone
>
> While vertically resizing a window, the bottom of the window can be dragged
> past the title bar. Basically, this means that you can have the title bar on
> the bottom of the window.
> Steps---
> run xal snippet and resize window vertically by dragging
> <xal xmlns="http://www.openxal.org/xal"
> xmlns:xal="http://www.openxal.org/xal">
> <xm:modifications xmlns:xm="http://www.openxal.org/xmodify">
> <xm:append select="/xal">
> <xal:freePanel width="100%" height="100%">
> <xal:textField width="100px" />
> <xal:window title="A window" id="testComponent"
> width="200px" height="200px"
> >
> </xal:window>
> </xal:freePanel>
> </xm:append>
> </xm:modifications>
> </xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.