https://bugs.documentfoundation.org/show_bug.cgi?id=158030
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #5 from Michael Weghorn <[email protected]> --- (In reply to Joanmarie Diggs from comment #4) > BTW, I just landed a change in Orca master which causes it to look for > rowindextext and colindextext for Calc. Hopefully that will allow you to > test your prototype. > > (...) > > If you have a local implementation and don't see that in your debug.out from > Orca, let's talk. :) Thanks, works as described for me with a pending Gerrit change that implements reporting of these attributes: https://gerrit.libreoffice.org/c/core/+/159412 gtk3 "just works", since it just forwards objects attributs to ATK unchanged. qt6 works with the pending Qt changes and an updated https://gerrit.libreoffice.org/c/core/+/159309 that just forwards custom attributes as is for now (discussing adding new ones to Qt might make more sense once the currently pending changes have been reviewed). gtk4 didn't have a mapping to AT-SPI2 yet, but should in theory work with https://gerrit.libreoffice.org/c/core/+/159412 and a corresponding Gtk change: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/6563 (However, event handling isn't implemented yet and LO currently freezes when trying to interact with Calc tables: https://gitlab.gnome.org/GNOME/gtk/-/issues/6204 ) Anyway, since there seems to be a clear way forward for these attributes at least, I'll merge those changes, but would recommend to keep the fallback path in Orca for now. -- You are receiving this mail because: You are the assignee for the bug.
