Closed
Bug 1819769
Opened 3 years ago
Closed 3 years ago
don't dispatch a11y related events when there are no listeners
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
114 Branch
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/f7edb0b474a1a922f3285107620e802c6e19914d/dom/html/HTMLInputElement.cpp#3728-3741 show up a bit
with
https://browserbench.org/Speedometer2.1/InteractiveRunner.html VueJS-TodoMVC
CompletingAllItems-start ... -end
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → smaug
| Assignee | ||
Updated•3 years ago
|
Assignee: smaug → nobody
Updated•3 years ago
|
Whiteboard: [sp3]
Updated•3 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-73
| Assignee | ||
Comment 1•3 years ago
|
||
I don't think we can remove the events easily, but having process level check for the usage should be good enough for now.
Assignee: nobody → smaug
| Assignee | ||
Updated•3 years ago
|
Summary: don't dispatch a11y related events if a11y isn't activated → don't dispatch a11y related events when there are no listeners
| Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Attachment #9327723 -
Attachment description: WIP: Bug 1819769 - don't dispatch a11y related events when there are no listeners, r=masayuki → Bug 1819769 - don't dispatch a11y related events when there are no listeners, r=masayuki
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d6c6837e4d68
don't dispatch a11y related events when there are no listeners, r=masayuki
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•