Description: Templates button in StartCenter Issue: Action is missing. This AquaA11yWrapper is missing accessibility action support equivalent to click/tap inputs. Steps to Reproduce: 1.Start LibreOfficeDev master 2. Start Accessibility Inspector (Xcode developer tool) 3. Attach Inspector to running LibreOfficeDev process 4. Click on StartCenter window. 5. Run Audit from Inspector tools Actual Results: Templates button in StartCenter Issue: Action is missing. This AquaA11yWrapper is missing accessibility action support equivalent to click/tap inputs. Expected Results: Fix Suggestion: Consider implementing the following method(s): accessibilityPerformShowMenu Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0
The original issue was no longer reproducible for me with current master, a "press" action is now available and shown in Inspector. However, triggering/performing the action, e.g. using the Ctrl+Caps_Lock+Space when running VoiceOver had no effect. Pending Gerrit change to fix that: https://gerrit.libreoffice.org/c/core/+/158807 tdf#112661 is basically the same and also fixed by that change.
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/97c9b0ccedeecf37c565adffb9f3823558013848 tdf#112661 tdf#112662 a11y: Fix toggling button via a11y action It will be available in 24.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.