To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102525


User af changed the following:

                What    |Old value                 |New value
================================================================================
                Keywords|                          |accessibility
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Fri Jun  5 08:22:51 +0000 
2009 -------
Making the presenter console extension accessible is complicated by a number of
things:

1. It is an extension.  At the moment there is no way for an extension to inject
its tree of XAccessible objects into the tree of the main application.

2. It is doing its own rendering of all controls.  Together with the fact that
all accessibility related tooling and helper classes are not available (because
extensions only have access to the ODK) everything has to be created from 
scratch.

3. The notes are displayed as bitmaps that are created in the application code
and are then sent to the extension.  This is necessary because there is no API
for the edit engine that lets it render into an XCanvas.  This will make it hard
or even impossible to provide positions and sizes for individual characters.


---------------------------------------------------------------------
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]

Reply via email to