Closed
Bug 424205
Opened 17 years ago
Closed 15 years ago
No blinking text cursor inside input field if input field covers iframe.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: elias, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-07-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
If you use the CSS property "position:absolute" and position a text input field such that it covers an iframe, the blinking "|" cursor does not appear in the text field when you click on it to type.
I have setup a sample page demonstrating the bug here:
http://esaba.com/firefoxbug.html
or you can use this HTML code to replicate the bug:
<body>
<iframe></iframe>
<div style="position:absolute; top:50px; left:50px; z-index:1;">
<input type="text" />
</div>
</body>
Reproducible: Always
Steps to Reproduce:
1.Place IFRAME on page
2.Place INPUT of type TEXT on page and use the CSS properties POSITION:ABSOLUTE, TOP, LEFT, and Z-INDEX to place the INPUT box over the IFRAME so it covers the IFRAME
3.Left mouse click in the input box to bring focus to it.
Actual Results:
Observe there is no blinking text cursor in the input box.
Expected Results:
A blinking text cursor should appear in the input box.
Blinking cursor appears as expected in IE6 and IE7
| Reporter | ||
Comment 1•17 years ago
|
||
The problem appears to be fixed in Firefox 3.0b4 Beta
Comment 2•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.x or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Whiteboard: [CLOSEME 2010-07-30]
Version: unspecified → 2.0 Branch
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.8 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•