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 18:34:39 UTC

[jira] Created: (XAP-82) Widgets: cursor in textField displays above window when the textField is behind

Widgets: cursor in textField displays above window when the textField is behind
-------------------------------------------------------------------------------

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


The cursor in a textField will still display when a window is above and covering most of or all of the textField

steps:
- click in a textField
- drag window over textField where the cursor is blinking
- see issue

<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-82) Widgets: cursor in textField displays above window when the textField is behind

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

James Margaris updated XAP-82:
------------------------------

    Component/s:     (was: Widgets: Other)
                 Widgets: TextField / TextArea / PasswordField

> Widgets: cursor in textField displays above window when the textField is behind
> -------------------------------------------------------------------------------
>
>                 Key: XAP-82
>                 URL: https://issues.apache.org/jira/browse/XAP-82
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: TextField / TextArea / PasswordField
>            Reporter: Matt Carbone
>
> The cursor in a textField will still display when a window is above and covering most of or all of the textField
> steps:
> - click in a textField
> - drag window over textField where the cursor is blinking
> - see issue
> <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.