You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Scott Boyd (JIRA)" <xa...@incubator.apache.org> on 2006/12/01 22:54:21 UTC

[jira] Resolved: (XAP-86) Widgets: Window: Resizing horizontally by dragging redraws title bar buttons too many times

     [ http://issues.apache.org/jira/browse/XAP-86?page=all ]

Scott Boyd resolved XAP-86.
---------------------------

    Resolution: Fixed

The buttons hide while resizing.

> 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