https://bugs.documentfoundation.org/show_bug.cgi?id=166548
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #3 from Michael Weghorn <[email protected]> --- I can reproduce with the attached sample document, attachment 200763. However, this works perfectly fine with NVDA, and at least from what I can see, the paragraph object does report the heading role and "level" object attribute for the heading via IAccessible2 as it should. >From the interactive NVDA Python console for the first heading in the sample doc: >>> obj = focus.IAccessibleObject >>> obj.attributes 'level:1;text-align:left;text-indent:0mm;' >>> focus.role <Role.HEADING: 40> So I tend to think making this work would likely require work in JAWS rather than in LibreOffice. I'll forward to Vispero support and will give an update here once I get feedback. JAWS 2025.2505.40 BETA NVDA 2024.4.2.35031 Version: 25.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: af762d820294e891869a32b5ff138e0773d30508 CPU threads: 12; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win Locale: en-US (en_DE); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
