Widgets: Window: Resizing horizontally by dragging redraws title bar buttons
too many times
-------------------------------------------------------------------------------------------
Key: XAP-86
URL: http://issues.apache.org/jira/browse/XAP-86
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Matt Carbone
---For windows that contain layout panels----
resizing a window horizontally by dragging quickly with the mouse will cause
the title bar buttons to be redrawn too many times
steps---
run snippet and resize
<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 />
<xal:window title="A window" id="testComponent"
width="200px" height="200px"
>
<xal:freePanel width="100" height="100">
<xal:textField />
</xal:freePanel>
</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