Closed
Bug 381928
Opened 19 years ago
Closed 19 years ago
Cursor does not show up when a textarea is hovering over an iframe
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 167801
People
(Reporter: kimkunjj, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
484 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Build Identifier: Firefox 1.5.0.11
Below is the test code.
<body>
<div style="position:absolute;top:200px;left:50px;width:250px;z-index:10">
<textarea rows="5" cols="30" id="Textarea1" NAME="Textarea1">abc</textarea>
</div>
<iframe src="http://www.google.com" height="300px" width="500px"/>
</body>
Reproducible: Always
Steps to Reproduce:
1. Put the test code inside an html page
2. Open the page in Firefox
3. Click inside the textarea and type something
Actual Results:
The cursor is not showing even though you can type into it
Expected Results:
The cursor should be showing
Show the cursor after the user clicks into the textarea.
Comment 1•19 years ago
|
||
works for me with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9a5pre) Gecko/2007052404 Minefield/3.0a5pre
But confirmed with Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.4) Gecko/2007051502 Firefox/2.0.0.4
Updated•19 years ago
|
Comment 2•19 years ago
|
||
since this bug is fixed on trunk, marking this as dupe of bug 167801
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•