Closed
Bug 319566
Opened 19 years ago
Closed 19 years ago
Relative positioning in conjuction with overflow makes cursor invisible
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 330471
People
(Reporter: castonet, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
The relatively positioned layer hides a portion of cursor pointer. I assume this is wrong since cursor is a "system" thing, so any HTML should not be able to hide it.
<div style="position:relative; height:100px; overflow:hidden;">
<div style="position:relative; overflow-y:scroll; overflow: -moz-scrollbars-vertical; height:10px;">
</div>
<div style="position:absolute;top:0px;z-index:1;">
<input type="text" />
</div>
</div>
Reproducible: Always
Steps to Reproduce:
1. Create a page with the supplied HTML put
2. Focus the input field
3. See the portion of cursor.
Actual Results:
Flashing cursor is partly hidden
Expected Results:
Cursor is visible entirely
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 330471 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•