Closed
Bug 1336225
Opened 8 years ago
Closed 8 years ago
deleted iframes are still shown, others are removed instead
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aasmith, Unassigned)
Details
Attachments
(1 file)
60 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170127014032
Steps to reproduce:
Create a web page with this source:
<html><body>
<iframe src="a.html"></iframe>
<iframe src="b.html"></iframe>
</body></html>
Load the page. Then delete the first iframe line (a.html) and reload.
Actual results:
a.html incorrectly remains in the page, while b.html appears to have been deleted. If you check the source though (with ctrl-u) it appears to match the file in which a.html was deleted. Closing Firefox and restarting fixes the problem.
Expected results:
You should have one iframe left, that contains b.html.
Comment 1•8 years ago
|
||
Tested on Ubuntu 16.04 with FF 51 release and FF Nighlty 54.0a1(2017-02-06) and I can't reproduce this.
I open your attachment and I see in inspector only one line "b". I have created a test page with your code and I was able to delete the first iframe "a" and iframe "b" remains. Please note that I tested with new profile and no add-ons.
If you have add-ons please test this again in safe mode: https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
Also please retest this with the latest Nighlty. Download Firefox Nightly from here: https://nightly.mozilla.org/
Flags: needinfo?(aasmith)
Reporter | ||
Comment 2•8 years ago
|
||
Safe mode didn't change anything. However, Nightly did fix it. So maybe this error has already been taken care of.
Unfortunately, my FF setup has been screwed up by running Nightly. My add-ons don't appear to be working properly. I doubt I'll be reporting any more bugs if I'm going to need to verify them with Nightly, if it's going to hose my setup. This is a pity, because I really do want to support open-source software.
Reporter | ||
Comment 3•8 years ago
|
||
Sorry--my mistake. Old FF seems to be working. (Appologies--I'm short on sleep right now.)
Comment 4•8 years ago
|
||
Thanks for your feedback, based on your comment 2 I can understand that this issue is not reproducible with FF Nighlty, if this is correct I will mark this as Resolved :WFM. Please feel free to reopen this bug if you can reproduce this issue.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(aasmith)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•