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)

defect

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.

Blocks: a11y-ctw
No longer depends on: a11y-ctw

This is fixed by bug 1818726. We no longer suppress show events at all, which means we don't suppress them for moves.

Status: NEW → RESOLVED
Closed: 3 years ago
Depends on: 1818726
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.