Closed
Bug 282927
Opened 21 years ago
Closed 21 years ago
Text cursor/I-bar displaced vertically when pos:fixed block extendeds above top=0
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 190290
People
(Reporter: spam_from_bugzilla, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)
I have a position:fixed div that contains an <input type="text">. A child div
has position:absolute and a negative value for top, i.e. it is displayed higher
on the page than its parent. The flashing I-bar cursor for the input is
displayed too high up on the screen.
It looks as if the position for the I-bar has been computed relative to the
origin of the position:fixed parent div but it is then displayed at this offset
relative to the extent of the div including its child.
I will attach a test case and screenshot.
This is with FF1.0, sorry I will install a 1.8 for testing real soon now :-)
Only possibly related bug I have seen is 190290.
Reproducible: Always
Steps to Reproduce:
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
| Reporter | ||
Updated•21 years ago
|
Attachment #174867 -
Attachment mime type: text/plain → text/html
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•