WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
5180
event.stopPropagation() prevents the default action - it shouldn't
https://bugs.webkit.org/show_bug.cgi?id=5180
Summary
event.stopPropagation() prevents the default action - it shouldn't
Maciej Stachowiak
Reported
2005-09-28 23:12:20 PDT
event.stopPropagation() prevents the default action in Safari. But it shouldn't do that. It should stop further capture and bubbling, but only event.preventDefault() should prevent the default action.
Attachments
Test case - says PASS in Firefox, but FAIL is Safari
(627 bytes, text/html)
2005-09-28 23:18 PDT
,
Maciej Stachowiak
no flags
Details
the fix (including layout tests that work in the browser too)
(5.94 KB, patch)
2005-09-29 00:33 PDT
,
Maciej Stachowiak
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Maciej Stachowiak
Comment 1
2005-09-28 23:18:07 PDT
Created
attachment 4088
[details]
Test case - says PASS in Firefox, but FAIL is Safari
Maciej Stachowiak
Comment 2
2005-09-29 00:33:45 PDT
Created
attachment 4089
[details]
the fix (including layout tests that work in the browser too)
Darin Adler
Comment 3
2005-09-29 09:22:36 PDT
Comment on
attachment 4089
[details]
the fix (including layout tests that work in the browser too) Looks good, r=me.
Lucas Forschler
Comment 4
2019-02-06 09:03:13 PST
Mass moving XML DOM bugs to the "DOM" Component.
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