Bug 93920 - A 'load' event should be fired on the shadow host directly, not on an inner image element of shadow dom subtree
Summary: A 'load' event should be fired on the shadow host directly, not on an inner i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 93425
  Show dependency treegraph
 
Reported: 2012-08-13 18:13 PDT by Hayato Ito
Modified: 2012-08-15 17:43 PDT (History)
4 users (show)

See Also:


Attachments
load on a shadow host (5.30 KB, patch)
2012-08-15 04:22 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-08-13 18:13:36 PDT
An 'load' event should be fired on the <img> element directly, not an inner element of shadow dom subtree of <img> element which has an author shadow root, when the image is loaded.
Comment 1 Hayato Ito 2012-08-15 04:22:36 PDT
Created attachment 158545 [details]
load on a shadow host
Comment 2 WebKit Review Bot 2012-08-15 17:43:17 PDT
Comment on attachment 158545 [details]
load on a shadow host

Clearing flags on attachment: 158545

Committed r125727: <http://trac.webkit.org/changeset/125727>
Comment 3 WebKit Review Bot 2012-08-15 17:43:20 PDT
All reviewed patches have been landed.  Closing bug.