Steps to reproduce (on Linux): 1) start the Orca screen reader 2) start LO Writer with the gtk3 VCL plugin (SAL_USE_VCLPLUGIN=gtk3) 3) open character format dialog ("Format" -> "Character") 4) go to the "Font" tab 5) press Tab key until focus moves to the "Style" editable combobox Actual result: In step 5, Orca just says "Editable combobox, regular", i.e. the role and the current value of the combobox when focus moves to the combobox's edit, but not the associated label ("Style"). As a consequence, it's not clear to the screen reader user what this combobox is for. Expected result: Orca should announce the label for the combobox as well, e.g. "Style, editable combobox, regular" Version: 25.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: fb0bd0e39bd8ccc618ef34bc6f830067723c1b4d CPU threads: 32; OS: Linux 6.12; UI render: default; VCL: gtk3 Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/d746a39ea9dc2c39cc2a7aa5d78e6c9d7563d9ca tdf#165035 gtk3 a11y: Set relations for combobox's edit It will be available in 25.8.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.