To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=112684 Issue #|112684 Summary|cannot obtain high-contrast mode in a pure UNO extensi |on Component|api Version|OOo 3.2 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|fs Reported by|fs
------- Additional comments from [email protected] Fri Jun 25 10:56:00 +0000 2010 ------- Recently, we switched to the paradigm that we use a (system-wide) flag for determining whether the application needs to run in high-contrast mode (previously, this was decided on a per-control basis, examining its background color, and checking whether it is "dark"). This works fine inside the core native OOo code, but as a pure UNO extension, there is no chance to ask for this global flag - there's simply no API for it. Consequently, if you want to create an extension which fulfills Accessibility requirements, you cannot do this - as you cannot find out about the high contrast mode, you cannot provide HC-compliant images in your extension's UI, which would be a requirement for A11Y-compliance. So, we need a UNO API which allows to query this high-contrast flag. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
