Closed
Bug 16468
Opened 26 years ago
Closed 26 years ago
<IFRAME SRC="..."> changes the window title
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
People
(Reporter: MatsPalmgren_bugz, Assigned: pollmann)
References
()
Details
(Whiteboard: [TESTCASE])
TO REPEAT:
1. load a page containing an <IFRAME>
ACTUAL: Initially the real <title> of the document "Testcase for bug 16384" is
displayed in the window titlebar. After first IFRAME source is loaded it is
changed to the title of that document.
EXPECTED: <IFRAME> should not change the window title.
VERSION & OS:
Mozilla nightly build 1999-10-13-13-M11 on Windows NT 4.0 SP5
ADDITIONAL INFO:
Here is a testcase containing <IFRAME SRC="x.gif">
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=2167
Here is a testcase containing <IFRAME SRC="x.html">
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=2173
Reporter | ||
Updated•26 years ago
|
Whiteboard: [TESTCASE]
Updated•26 years ago
|
Assignee: karnaze → pollmann
Comment 1•26 years ago
|
||
Reassigning to Eric.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
OS: Windows NT → All
Hardware: PC → All
Assignee | ||
Comment 2•26 years ago
|
||
Will probably have to change webshell to fix this.
Comment 4•26 years ago
|
||
I'm not a WebShell expert, but this looks like a dup of bug 13385. It is, in
any case, rather closely related. HTH...
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•26 years ago
|
||
Yes, frameset frames and iframes use the same code - both create a web shell and
that sets the title upon loading the document. I'm marking this a dup and
adding myself to the CC list of that bug.
*** This bug has been marked as a duplicate of 13385 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Marking as verified dup of 13385.
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•