Closed
Bug 291207
Opened 20 years ago
Closed 20 years ago
input element on top of iframe does not display beam cursor
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 291093
People
(Reporter: limsc+dev, Assigned: bugzilla)
Details
Attachments
(1 file)
|
315 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317
If you place an absolute positioned input element on top of an iframe the beam
cursor doesn't show up. Maybe the cursor is hidden behind the iframe??
Reproducible: Always
Steps to Reproduce:
<html>
<head>
<style>
iframe {
position:absolute;
left:0pt;
top:0pt;
width:300pt;
height:300pt;
}
input {
position:absolute;
left:10pt;
top:10pt;
}
</style>
</head>
<body>
<iframe src="http://www.getfirefox.com/"></iframe>
<input type="text" />
</body>
</html>
Actual Results:
The beam cursor doesn't show up inside the input field when you click on it to
give focus.
Expected Results:
show the beam cusor and blink...
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 291093 ***
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
•