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 "Matt Carbone (JIRA)" <xa...@incubator.apache.org> on 2006/11/09 20:53:37 UTC

[jira] Created: (XAP-88) Widgets: WIndow: window can be resized beyond the boundaries of a panel

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

        

[jira] Updated: (XAP-88) Widgets: WIndow: window can be resized beyond the boundaries of a panel

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris updated XAP-88:
------------------------------

    Component/s:     (was: Other widgets)
                 Windows and Dialogs

> Widgets: WIndow: window can be resized beyond the boundaries of a panel
> -----------------------------------------------------------------------
>
>                 Key: XAP-88
>                 URL: https://issues.apache.org/jira/browse/XAP-88
>             Project: XAP
>          Issue Type: Bug
>          Components: Windows and Dialogs
>            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.
-
You can reply to this email to add a comment to the issue online.