Closed
Bug 262553
Opened 21 years ago
Closed 21 years ago
iframe src changed via javascript, refresh page doesnt return iframe to default src
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 133568
People
(Reporter: bay, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
change the iframe src to a new src in navigation of the page via javascript.
click on the refresh button to "expectedly" refresh the entire page to its
default state. iframe src does not revert back to default state.
note: reloading the page via the location bar does revert back to the default src.
note: shift-refresh the page does revert back to the default src.
Reproducible: Always
Steps to Reproduce:
1. goto the webpage http://users.mnemonic.net/bay/ffiframe
2. click on projects (this changes the iframe src from default.html to
projects.html)
3. click on the browser refresh button.
Actual Results:
the parent frame refreshes, the iframe refreshes project.html.
Expected Results:
the iframe should revert back to the default src (in this case default.html),
and refresh it.
using live HTTP headers, on a refresh, default.html is not asked for by firefox,
but rather projects.html.
note: this isn't just "projects", you can use any of the image/onClicks on the
bottom left sidebar to show this behavior.
note: the 'page_image' object in document has it's src modified to indicate the
page change, on refresh the src does revert back to default.gif. since is the
behavior i expected from iframe.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 133568 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•