Closed
Bug 104706
Opened 24 years ago
Closed 24 years ago
Iframe with certain css attributes makes text input invisible
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Nov
People
(Reporter: mal0rd, Assigned: kmcclusk)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Here is the HTML striped done as far as possible while still reproducing the
problem:
<HTML>
<HEAD>
<STYLE TYPE='TEXT/CSS'>
.Men{visibility:hidden;top:0;position:absolute;}
</style>
</HEAD>
<BODY>
<FORM METHOD="get" ACTION="doit.cgi" name="tt" TARGET="Results" onSubmit="SR()">
<INPUT TYPE=text name="criteria" size=25>
</FORM>
<IFRAME ID='Men0' CLASS="Men"></IFRAME>
</BODY>
</HTML>
What happens is that when entering text into the input widget it does not appear
on the screen. Sometimes the first letter will appear. The text is still being
entered, and sometimes switching focus away from Mozilla then back will make the
text appear. Also, when the curser is visible, it will not always be in the
text box. The html on pricewatch.com has more problems then that above, but it
seems to be the same basic problem.
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Replacing the iframe with a <div> makes the bug disappear.... looks like a
painting problem. Over to compositor.
Assignee: attinasi → kmcclusk
Status: UNCONFIRMED → NEW
Component: Layout → Compositor
Ever confirmed: true
*** Bug 103209 has been marked as a duplicate of this bug. ***
*** Bug 104262 has been marked as a duplicate of this bug. ***
www.hb.fh-gelsenkirchen.de has a problem with 4 invisible text inputs - same
problem?
Comment 6•24 years ago
|
||
Comment 7•24 years ago
|
||
this is IE4/IE5 DOM, over to evangelism.
Changimg <IFrame> to <div> is about as good as deleting that line of code,
fixing the prob, since it's IE-code. yuk!
Component: Compositor → English: US
Product: Browser → Tech Evangelism
Version: other → unspecified
Umm.. the URL and the testcases work just fine on a current CVS build on Linux.
I can type in widget and see every character. The build includes the patch for
bug 100801. Works-for-me
| Assignee | ||
Comment 9•24 years ago
|
||
This has been fixed by my checkin for bug 100652.
Marking Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.6
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•