Quantcast
Channel: Sneedacity:597cdb7428b48e797d7fc10f0f2a069df07e569d commits
Viewing all articles
Browse latest Browse all 39

Grid accessibility: incorrect focus can be read

$
0
0
Problem: this affects NVDA and Narrator, but not Jaws. If a user moves to the Delete button and presses it to delete a label, a label is incorrectly read as the new focus - the focus remains on the Delete button. GridAx::SetCurrentCell() can be called when the Grid is not the focus, and send a focus event. Fix: In GridAx::SetCurrentCell() only send an focus event if the Grid is the focus.

Viewing all articles
Browse latest Browse all 39

Trending Articles