Closed
Bug 11121
Opened 25 years ago
Closed 25 years ago
double rendering due to extra web shells
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
People
(Reporter: karnaze, Assigned: pollmann)
References
()
Details
The following reduction from the url results in an extra web shell and hence the
double rendering effect. Eric, if this is not your problem, please consult
Harish and/or Nisheeth. The problem was reported as an add on to bug 9688, but
although the symptoms are the same, I don't think they are the same bug.
<html><body>
<IFRAME WIDTH=125 HEIGHT=125 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0
MARGINWIDTH=0
SRC="http://adforce.ads.imgis.com/?adiframe|2.0|202|49238|1|6|KEY=key1+key2+key3
+key4;">
<script language=javascript
src="http://adforce.ads.imgis.com/?addyn|2.0|202|49238|1|6|KEY=key1+key2+key3+ke
y4;loc=700;">
</script>
</IFRAME>
<style>
</style>
</body></html>
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•25 years ago
|
||
This showed the bug:
<html><body>
<IFRAME SRC="http://bugzilla.mozilla.org/ant.jpg"></IFRAME>
<style></style>
</body></html>
But this didn't:
<html><body>
<IFRAME SRC="http://bugzilla.mozilla.org/ant.jpg"></IFRAME>
</body></html>
So I'm assuming it's bug 6899, content getting framed twice by a <STYLE> tag.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
verified dup
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•