Closed
Bug 356749
Opened 19 years ago
Closed 19 years ago
missing cursor in text field abs. positioned above an abs. positioned iframe
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jon, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
233 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061003 Firefox/2.0
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1) Gecko/20061003 Firefox/2.0
If there is an absolute positioned form with a text field positioned over an absolute positioned iframe the text field's cursor is missing. This happens regardless of z-index.
Reproducible: Always
Steps to Reproduce:
<iframe src="" style="background:grey;position:absolute;top:20px;left:20px;height:200px;width:200px;z-index:1;">
</iframe>
<form style="background:grey;position:absolute;top:25px;left:25px;z-index:10;">
<input type="text" />
</form>
Actual Results:
There is no cursor
Expected Results:
You should see a cursor
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061004 Minefield/3.0a1
This bug is indeed present in branch builds but fixed on trunk.
Comment 3•19 years ago
|
||
It was repaired on trunk between 17 and 18 April 2006.
My bet is that it is fixed by Bug 287813.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: 2.0 Branch → 1.8 Branch
Comment 4•19 years ago
|
||
Doesn't Work
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1) Gecko/20061015 BonEcho/2.0 ID:2006101503
Works
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20061015 Minefield/3.0a1
-->WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 5•19 years ago
|
||
Still doesn't fixed in:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Comment 6•19 years ago
|
||
This bug is fixed on the trunk, which will turn into Firefox 3 at some point. It's unlikely that the bug will ever get fixed for firefox 2
You need to log in
before you can comment on or make changes to this bug.
Description
•