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 19:00:37 UTC

[jira] Created: (XAP-84) Widgets: Minimize button causes bottom of window to display incorrectly

Widgets: Minimize button causes bottom of window to display incorrectly 
------------------------------------------------------------------------

                 Key: XAP-84
                 URL: http://issues.apache.org/jira/browse/XAP-84
             Project: XAP
          Issue Type: Bug
            Reporter: Matt Carbone


Using the default minimize button on the window widget will cause the bottom of the window to display incorrectly. Basically, the gripper icon in the bottom right will display above where the window ends.

steps--

run snippet and press the minimize button.

<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.
-
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] Commented: (XAP-84) Widgets: Minimize button causes bottom of window to display incorrectly

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-84?page=comments#action_12448643 ] 
            
Turyn, Michael commented on XAP-84:
-----------------------------------

This is a bug, but I think a low-priority one if I'm correct in the following:  it only seems to be a problem with completely empty windows; adding any other component seems to correct it (this is why I missed it).

> Widgets: Minimize button causes bottom of window to display incorrectly
> -----------------------------------------------------------------------
>
>                 Key: XAP-84
>                 URL: http://issues.apache.org/jira/browse/XAP-84
>             Project: XAP
>          Issue Type: Bug
>            Reporter: Matt Carbone
>
> Using the default minimize button on the window widget will cause the bottom of the window to display incorrectly. Basically, the gripper icon in the bottom right will display above where the window ends.
> steps--
> run snippet and press the minimize button.
> <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.
-
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-84) Widgets: Minimize button causes bottom of window to display incorrectly

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-84?page=all ]

Scott Boyd updated XAP-84:
--------------------------

    Component/s: Widgets

> Widgets: Minimize button causes bottom of window to display incorrectly
> -----------------------------------------------------------------------
>
>                 Key: XAP-84
>                 URL: http://issues.apache.org/jira/browse/XAP-84
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>
> Using the default minimize button on the window widget will cause the bottom of the window to display incorrectly. Basically, the gripper icon in the bottom right will display above where the window ends.
> steps--
> run snippet and press the minimize button.
> <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.
-
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-84) Widgets: Minimize button causes bottom of window to display incorrectly

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-84?page=all ]

James Margaris updated XAP-84:
------------------------------

    Priority: Minor  (was: Major)

> Widgets: Minimize button causes bottom of window to display incorrectly
> -----------------------------------------------------------------------
>
>                 Key: XAP-84
>                 URL: http://issues.apache.org/jira/browse/XAP-84
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Matt Carbone
>            Priority: Minor
>
> Using the default minimize button on the window widget will cause the bottom of the window to display incorrectly. Basically, the gripper icon in the bottom right will display above where the window ends.
> steps--
> run snippet and press the minimize button.
> <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.
-
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-84) Widgets: Minimize button causes bottom of window to display incorrectly

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

James Margaris updated XAP-84:
------------------------------

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

> Widgets: Minimize button causes bottom of window to display incorrectly
> -----------------------------------------------------------------------
>
>                 Key: XAP-84
>                 URL: https://issues.apache.org/jira/browse/XAP-84
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Windows and Dialogs
>            Reporter: Matt Carbone
>            Priority: Minor
>
> Using the default minimize button on the window widget will cause the bottom of the window to display incorrectly. Basically, the gripper icon in the bottom right will display above where the window ends.
> steps--
> run snippet and press the minimize button.
> <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.