Widgets: WIndow: window can be resized beyond the boundaries of a panel
-----------------------------------------------------------------------
Key: XAP-88
URL: http://issues.apache.org/jira/browse/XAP-88
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Matt Carbone
currently windows contained in a panel are restricted to the boundaries of that
panel. However, a window in a panel can be resized beyond it.
steps---
run xal snippet
move window around panel, notice that it is aware of the boundaries
resize by dragging towards and past the edge of a panel.
the window keeps growing
<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="75%">
<xal:window title="A window" id="testComponent"
>
</xal:window>
</xal:freePanel>
</xm:append>
</xm:modifications>
</xal>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira