Closed
Bug 343235
Opened 19 years ago
Closed 19 years ago
iframe content is reloaded if its parentNode changed
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 254144
People
(Reporter: 2vanger, Unassigned)
Details
Attachments
(1 file)
718 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4
when you are changing iframe parentNode (or even parentNode of parentNode etc) - iframe reloads its content
Reproducible: Always
Steps to Reproduce:
1. create html page with iframe
2. using javascript change its parentNode
Actual Results:
iframe is moved and its content is reloaded
Expected Results:
iframe is moved and its content is not reloaded
Reporter | ||
Comment 1•19 years ago
|
||
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 254144 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•