Emit AtkTable signals when aria-sort value changes
* Fire "row-reordered" when the rows are reordered due to aria-sort changing on a column header. * Fire "column-reordered" when the columns are reordered due to aria-sort changing on a row header. Note that there is no AtkObject signal for object attributes changing. But the sort order can be obtained from the focused header in response to the reordered signals. Bug: 1074417, 1074380 Ax-Relnotes: Orca now announces when the sort order changes in a table. Change-Id: Ie5b168af9189d903569bb2db3eb9b4e9548765f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339749Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Cr-Commit-Position: refs/heads/master@{#797310}
Showing
Please register or sign in to comment