[ 
http://issues.apache.org/jira/browse/WICKET-39?page=comments#action_12448714 ] 
            
Charlie Dobbie commented on WICKET-39:
--------------------------------------

After more investigation, I believe this to be a div-order issue.  I can see 
that the z-index of the mask is 20000 and the z-index of the modal window is 
20001, but I have a suspicion that FireFox only looks at the order of the divs 
in the page to determine cursor visibility, not the z-index of those divs.  In 
this case, the div containing the mask is included on the page after the div 
containing the modal window.

I have a test-case that I will be submitting to Mozilla shortly.

If my suspicion is true, the fix of course is to output the mask div before the 
modal window div.  Can someone confirm whether or not this works?


> Text cursor not displayed in text fields in a ModalWindow (FireFox only)
> ------------------------------------------------------------------------
>
>                 Key: WICKET-39
>                 URL: http://issues.apache.org/jira/browse/WICKET-39
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.2.2
>         Environment: WinXP, FF2.0 and FF1.5
>            Reporter: Charlie Dobbie
>         Attachments: textBoxCursorTest-0.1.war
>
>
> I have the requirement to display some data-entry fields in a ModalWindow.  
> While working on this problem, I have discovered that the text cursor is not 
> displayed in text fields within a ModalWindow when running FireFox.  The text 
> field seems otherwise fully-functional:
> * I can click on the text field and type - the text appears.
> * I can double-click the text-field - the browser auto-suggests previous 
> entries correctly.
> I have reproduced this behaviour in FireFox 1.5 and 2.0, and have confirmed 
> that it works as expected in IE7.

-- 
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

        

Reply via email to