WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
107892
webkitTransitionEnd event cannot be stopped from bubbling
https://bugs.webkit.org/show_bug.cgi?id=107892
Summary
webkitTransitionEnd event cannot be stopped from bubbling
Steve Orvell
Reported
2013-01-24 18:12:33 PST
Created
attachment 184627
[details]
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
Attachments
Reduction of bug, see console for output
(767 bytes, text/html)
2013-01-24 18:12 PST
,
Steve Orvell
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2022-08-30 15:20:45 PDT
I am not able to reproduce this bug in all browsers (Chrome Canary 107, Firefox Nightly 106 and Safari Technology Preview 152), the console only populates when I over over the red area and it does not continuous to populate. I tried clicking in any places on the page and scrolling and it didn't generate any bubbling or spam in the console. I am not going to mark this as "RESOLVED" or anything but tag to Webkit Engineer to confirm my testing and expected behavior. Thanks!
Ryosuke Niwa
Comment 2
2022-08-30 16:31:18 PDT
This appears to be working as expected now.
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