Closed Bug 334090 Opened 18 years ago Closed 16 years ago

Multiple windows opened with window.open which change the window.name after opening show incorrect source

Categories

(Toolkit :: View Source, defect)

1.8.0 Branch
PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: doug, Unassigned)

Details

(Whiteboard: CLOSEME 06/27)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

If a window is opened more than once with the same name and then the name of the window is changed, later views of the source of all the open windows all show the same source - that of the window after the first name change.

Reproducible: Always

Steps to Reproduce:
1. use window.open to open a window named "window1".
2. use window.name = "window2" to change the name.
3. use window.open to again open a window named "window1".
4. use window.name = "window3" to change the name.
5. examine the source for both open windows. they both appear to be named "window2" in the source, even though both windows are, in fact, separate windows with the correct names (window2 and window3).
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.5.0.x Branch
-> closing as incomplete - no reply
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.