Closed
Bug 298615
Opened 20 years ago
Closed 20 years ago
cursor disappears from input field
Categories
(Firefox :: Disability Access, defect)
Firefox
Disability Access
Tracking
()
RESOLVED
DUPLICATE
of bug 167801
People
(Reporter: stalnoy_gleb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Cursor disappears from input field. We can type any text in this field, but never can see cursor in it: <div style="height:50%;width:50%;overflow:auto"> <div style="position:absolute;"><input type=text name="1"></div> </div> Reproducible: Always Steps to Reproduce: 1. Click in the input field. Expected Results: Normaly we may see cursor blinking but it not happen on this page:( With this code we can repoduce this bug. <div style="height:50%;width:50%;overflow:auto"> <div style="position:absolute;"><input type=text name="1"></div> </div> But if we remove overflow:auto; and/or position:absolute; All works perfectly.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 167801 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•