WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
75442
<object> tag with classid fires onbeforeload but doesn't load anything
https://bugs.webkit.org/show_bug.cgi?id=75442
Summary
<object> tag with classid fires onbeforeload but doesn't load anything
Félix Cloutier
Reported
2012-01-02 11:10:21 PST
Created
attachment 120889
[details]
Contains an `<object>` with a `classid` that won't load When an `<object>` tag has a `<param name="movie">` inside of it, it will at some point fire an `onbeforeload` event. However, if it also has a `classid` attribute, it will not actually load anything. To reproduce, simply open the attached file. ==EXPECTED RESULT== The movie should either load or not load; but in case WebKit aborts the load, it shouldn't fire the `beforeload` event in the first place. ==ACTUAL RESULT== The movie doesn't load but the `beforeload` event is triggered. The Network tab of the Inspector shows that no actual request was performed. Removing the `classid` attribute will enable the movie to load. ==ADDITIONAL INFOS== This may or may not be the same issue as
bug #44575
: in case there's an `<embed>` inside the `<object>`, a `beforeload` event for the same content will be fired twice.
Attachments
Contains an `<object>` with a `classid` that won't load
(431 bytes, text/html)
2012-01-02 11:10 PST
,
Félix Cloutier
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug