[Webkit-unassigned] [Bug 107892] New: webkitTransitionEnd event cannot be stopped from bubbling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 18:10:39 PST 2013


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

           Summary: webkitTransitionEnd event cannot be stopped from
                    bubbling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sorvell at chromium.org


Created an attachment (id=184627)
 --> (https://bugs.webkit.org/attachment.cgi?id=184627&action=review)
Reduction of bug, see console for output

See the attached reduction.

A node transitions when hovered over. A parent (A) of that node has a webkitTransitionEnd event listener that calls event.stopPropgation(). A grandparent (B) has a webkitTransitionEnd event listener.

Expected result:
Since A's listener calls event.stopPropgation(), B's listener should not fire.

Actual result:
B's listener does fire (in attached reduction, see console for confirmation)

More info:
Problem observed on Canary 26.0.1393.0 
Does not repro on Chrome 24.0.1312.52 or Safari 6.0.2

-- 
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