Closed
Bug 362883
Opened 19 years ago
Closed 19 years ago
no cursor in input fields when using layers with position:fixed
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 167801
People
(Reporter: tim.cranfield, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8
A background div has position:fixed.
The foreground div has a form with some input fields. When they receive the focus there is no cursor visible.
Reproducible: Always
Steps to Reproduce:
<div style="position:fixed;
top: 0px;
left: 0px;
background-color: #121212;
z-index: 999;
width: 100%;
height:100%">
</div>
<div style="position:absolute;
background-color: #ffffff;
top:50%;
left:50%;
z-index:1000;
padding:20px;">
<form>
<input type="text"/>
<input type="text"/>
<input type="submit" value="submit"/>
</form>
</div>
Actual Results:
no cursor in input fields
Expected Results:
should show a cursor
Comment 1•19 years ago
|
||
This is fixed on trunk.
*** This bug has been marked as a duplicate of 317375 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
More likely a duplicate of
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 167801 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•