https://bugs.freedesktop.org/show_bug.cgi?id=35105

--- Comment #10 from James Michael DuPont <[email protected]> ---
I am still researching into this, found some spot in the code that looks
suspicious. If we are going to add this, we should consider adding in all the
fixmes.

I suspect it has to this with this line here:
vcl/osx/a11yrolehelper.mm:        MAP( AccessibleRole::HEADING,
NSAccessibilityUnknownRole ); // FIXME

See :
https://github.com/LibreOffice/core/blob/c49721950cb3d897b35f08bf871239308680b18e/vcl/osx/a11yrolehelper.mm#L69

here are other occurrences of AccessibleRole::HEADING

offapi/com/sun/star/text/AccessibleParagraphView.idl:               
::com::sun::star::accessibility::AccessibleRole::HEADING.
sw/source/core/access/accpara.cxx:        return AccessibleRole::HEADING;
vcl/unx/gtk/a11y/atkwrapper.cxx:       
roleMap[accessibility::AccessibleRole::HEADING] = registerRole("heading");


vcl/osx/a11yrolehelper.mm:        MAP( AccessibleRole::HEADING, @"" );



mike

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to