Closed
Bug 1345996
Opened 8 years ago
Closed 8 years ago
Stop doing special cancelation behavior for onmouseover and non-global-ErrorEvent onerror
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
See https://github.com/whatwg/html/issues/2296 and https://github.com/whatwg/html/issues/423
Spec pull request at https://github.com/whatwg/html/pull/2398
Tests forthcoming via https://github.com/w3c/web-platform-tests/pull/5014 and https://github.com/w3c/web-platform-tests/pull/5011 and I have verified that my proposed patch passes them.
![]() |
Assignee | |
Comment 1•8 years ago
|
||
See https://github.com/whatwg/html/issues/2296 and
https://github.com/whatwg/html/issues/423 for details on what various browsers
do and whatnot.
MozReview-Commit-ID: DytkZreHudx
Attachment #8845628 -
Flags: review?(bugs)
![]() |
Assignee | |
Updated•8 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Updated•8 years ago
|
Attachment #8845628 -
Flags: review?(bugs) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/83b01c14f1f3
Change event handler invocation to only do the "true return cancels" for onerror handlers handed ErrorEvents, and only on globals. r=smaug
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/92fcd93e1d50
followup. Update some tests for the new event behavior.
Comment 4•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/83b01c14f1f3
https://hg.mozilla.org/mozilla-central/rev/92fcd93e1d50
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•