Closed
Bug 1307283
Opened 9 years ago
Closed 9 years ago
iframe with javascript `src` does not fire `load` event
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
DUPLICATE
of bug 1306472
People
(Reporter: sroby, Unassigned, NeedInfo)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
145 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50
Steps to reproduce:
An `<iframe>` with `src='javascript:false'`never fires the `load` event or the `error` event. It does fire in Firefox as recently as 41, but I don't have the versions in between to see when exactly it changed.
Actual results:
Neither event is ever fired for the `<iframe>`
Expected results:
One of the two events should have been fired. It used to be that `load` fired, so I'd probably stick with that.
Comment 1•9 years ago
|
||
Hi Seth,
I tested this issue on Mac OS X 10.10 with FF 49.0.1 and with FF Nightly 52.0a1 and I can't reproduce this issue. After I load the test case from your attachment a pop-up appears saying "GOOD".
Can you please try with a new profile you have the steps here:https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager
Please test if the issue can be reproduced in the safe mode of Firefox: https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
If none of the above helps you please download the Firefox Nightly from here: https://nightly.mozilla.org/ and retest the problem.
Flags: needinfo?(sroby)
Updated•9 years ago
|
Component: Untriaged → Layout: HTML Frames
Product: Firefox → Core
| Reporter | ||
Comment 2•9 years ago
|
||
Contains the failing `src` - `about:blank` still works.
Attachment #8797298 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•9 years ago
|
||
(In reply to ovidiu boca[:Ovidiu] from comment #1)
> I tested this issue on Mac OS X 10.10 with FF 49.0.1 and with FF Nightly
> 52.0a1 and I can't reproduce this issue. After I load the test case from
> your attachment a pop-up appears saying "GOOD".
Sorry; I was switching back and forth between a working sample and a non-working one while trying to reduce, and the working sample is what got uploaded. Replaced with the failing example.
Comment 4•9 years ago
|
||
Hi Seth,
Thanks for clearing that out, you are right with the last attached test case I can reproduce the issue on Mac OS X 10.10 with FF 49.0.1 release and FF Nightly 52.0a1(2016-10-10). I found out that this is a regression, here is the pushlog:
Last good revision: e457582d0089f8efa6b89f112298373aa50e6e5f
First bad revision: 29ee431f39218378889fb821d448487497a0d1fd
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=e457582d0089f8efa6b89f112298373aa50e6e5f&tochange=29ee431f39218378889fb821d448487497a0d1fd
Boris can you please take a look at this issue? Thanks
Status: UNCONFIRMED → NEW
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Ever confirmed: true
Flags: needinfo?(bzbarsky)
Keywords: regression
Version: 49 Branch → Trunk
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(bzbarsky)
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Comment 6•9 years ago
|
||
I copied over some of the release status values from bug 1306472 to satisfy an unrelated bugzilla query.
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•