Closed
Bug 183054
Opened 23 years ago
Closed 23 years ago
_self makes the iframe lose its name
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: thiago, Assigned: asa)
References
()
Details
(Whiteboard: DUPEME)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
When _self is used the window name is changed to _self.
Let me explain it better:
I have an iframe with the name "thisnamewillchange". Then, inside
this frame i do a window.open on _self. The name "thisnamewillchange"
is changed to _self and all my other links opens on a new window bacause the
frame with the name "thisnamewillchange" is not found (because its name is now
_self). Got it ? :) The iframe name should (obviously not change).
A test case:
http://www.softexpert.com/test/reload/fisrtpage.html
(i mispelled first as u can see :)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
![]() |
||
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 87968 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•