Closed
Bug 1796737
Opened 3 years ago
Closed 3 years ago
[CTW] Show event might not be fired for a move
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: Jamie, Unassigned)
References
Details
I haven't verified this yet, but I think we don't fire a show event in the parent process when we move an Accessible. After bug 1779156, we suppress the show event until after the initial cache is received. However, moves don't send an initial cache update. That means we never fire the show event at all.
The fix is probably to check IsAccessibleBeingMoved as well when determining whether to suppress.
| Reporter | ||
Updated•3 years ago
|
| Reporter | ||
Comment 1•3 years ago
|
||
This is fixed by bug 1818726. We no longer suppress show events at all, which means we don't suppress them for moves.
You need to log in
before you can comment on or make changes to this bug.
Description
•