[Webkit-unassigned] [Bug 115656] Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 13 16:45:13 PDT 2013


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





--- Comment #5 from Matt Seeley <mattseeley at hotmail.com>  2013-05-13 16:43:39 PST ---
Hi Simon, thanks for identifying the changeset.

The regression introduced several bugs into our HTML UIs which triggered work upon transition end. We worked around by comparing the event's target to currentTarget. These references are equal only when bubbling is at the originating element. The workaround is straightforward once identified.

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