To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48612
User tbe changed the following:
What |Old value |New value
================================================================================
Assigned to|tbe |cd
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed May 4 03:25:29 -0700
2005 -------
TBE->CD: As discussed, the accessibility hierarchy is built up, but part of the
information is missing, e.g. Menu::GetItemText() returns an empty string.
Also keyboard shortcuts should be available.
In addition, the File/New menu and the File/Wizards menu are missing.
All this information is only available, after the corresponding menus have
been opened by the user.
In OO.o 1.1.x all this was working. The AT tools require, that the whole menu
hierarchy is available as soon as the menu bar is visible, that means before
a user has opened a menu.
The whole menu hierarchy must be only provided, if accessiblity is enabled.
This can be checked by
BOOL bAccessibilityEnabled =
Application::GetSettings().GetMiscSettings().GetEnableATToolSupport();
---------------------------------------------------------------------
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]