Closed
Bug 1324380
Opened 9 years ago
Closed 9 years ago
Make setting Event's cancelBubble to false a no-op
Categories
(Core :: DOM: Events, defect, P3)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: annevk, Assigned: stone, Mentored)
Details
Attachments
(1 file, 1 obsolete file)
|
913 bytes,
patch
|
stone
:
review+
jcristau
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
Per https://dom.spec.whatwg.org/#dom-event-cancelbubble setting cancelBubble to false should do nothing.
WPT: https://github.com/w3c/web-platform-tests/pull/4304.
Updated•9 years ago
|
Mentor: bzbarsky
Updated•9 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•9 years ago
|
||
Verified with following test cases and passed. Should I merge these tests to testing/web-platform/tests/dom/events/* as well?
http://w3c-test.org/dom/events/Event-initEvent.html
http://w3c-test.org/dom/events/Event-dispatch-multiple-cancelBubble.html
http://w3c-test.org/dom/events/Event-propagation.html
http://w3c-test.org/dom/events/Event-cancelBubble.html
http://w3c-test.org/dom/events/Event-dispatch-bubble-canceled.html
Assignee: nobody → sshih
| Reporter | ||
Comment 2•9 years ago
|
||
Those tests should end up being automatically synchronized at some point (still done manually I believe) so I don't think that's needed.
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Anne (:annevk) from comment #2)
> Those tests should end up being automatically synchronized at some point
> (still done manually I believe) so I don't think that's needed.
Thanks for the information.
| Assignee | ||
Updated•9 years ago
|
Attachment #8820145 -
Flags: review?(bzbarsky)
Updated•9 years ago
|
Attachment #8820145 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 4•9 years ago
|
||
Updated the patch summary.
Attachment #8820145 -
Attachment is obsolete: true
Attachment #8820475 -
Flags: review+
| Assignee | ||
Comment 5•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/52c2c53e8340
Make setting Event's cancelBubble to false a no-op. r=smaug.
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 8•9 years ago
|
||
Comment on attachment 8820475 [details] [diff] [review]
Make setting Event's cancelBubble to false a no-op. r=smaug.
Approval Request Comment
See https://bugzilla.mozilla.org/show_bug.cgi?id=1298970#c13
Attachment #8820475 -
Flags: approval-mozilla-beta?
Comment 9•9 years ago
|
||
Comment on attachment 8820475 [details] [diff] [review]
Make setting Event's cancelBubble to false a no-op. r=smaug.
follow spec for Event.cancelBubble, beta52+
Attachment #8820475 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•9 years ago
|
||
need rebasing for beta
grafting 380671:52c2c53e8340 "Bug 1324380 - Make setting Event's cancelBubble to false a no-op. r=smaug."
merging dom/events/Event.cpp
warning: conflicts while merging dom/events/Event.cpp! (edit, then use 'hg resolve --mark')
abort: unresolved conflicts, can't continue
(use 'hg resolve' and 'hg graft --continue')
Flags: needinfo?(sshih)
Updated•9 years ago
|
Flags: needinfo?(sshih)
Comment 11•9 years ago
|
||
| bugherder uplift | ||
status-firefox52:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•