Closed
Bug 1755377
Opened 3 years ago
Closed 2 years ago
Coalesced selection events drop SELECTED state change events
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
(Whiteboard: [ctw-m2])
Attachments
(1 file)
If more than 5 items in a widget are selected or unselected at once (eg. do "select all" or "select none"). Our coalescing code will drop the individual SELECTION_ADD/SELECTION_REMOVE events, and their state change counterparts, and send a single SELECTION_WITHIN event with the accessible as a target.
This causes our SELECTED state to become stale in the parent process.
Updated•3 years ago
|
Severity: -- → S3
Updated•3 years ago
|
Whiteboard: [ctw-m2]
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3b4553b0c366
Send list of accessibles that are un/selected to parent cache. r=Jamie
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•