[Webkit-unassigned] [Bug 33824] New: Cannot capture <img> load event on ancestors.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 18 19:54:07 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33824

           Summary: Cannot capture <img> load event on ancestors.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mark.tsui.01 at gmail.com
                CC: jparent at google.com, ojan at chromium.org


Created an attachment (id=46880)
 --> (https://bugs.webkit.org/attachment.cgi?id=46880)
test case

Capturing a load event on an ancestor of an <img> tag doesn't always work. This
is affecting Safari, Mac Chrome and Linux Chrome. I have not tested Windows
variants.

Mac Chrome doesn't capture the onLoad event at all, while Safari and Linux
Chrome have the same behaviour, only capturing sometimes.


Steps to reproduce:
1. Load up the page in the attachment.
2. The first "onLoad" alert box is expected.
3. Copy the red dot and paste on the word "here"

observed: all webkit: alert("onLoad")
expected: alert("captured successfully")
4. Copy the red dot and paste in the word "select"

observed: mac chrome- alert("onLoad), linux chrome and safari: alert("captured
successfully")
expected: alert("captured successfully")

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list