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





------- Additional comments from [EMAIL PROTECTED] Tue May 17 05:52:34 -0700 
2005 -------
no, the problem probably is not the ROLE, it's more likely that either the
objects don't expose AccessibleAction, or they don't have AccessibleNames. 
Nameless objects can't be exposed by GOK, since GOK doesn't know what to call
them.  

basically, to be exposed by GOK as an actionable object, a UI component should:

* implement AccessibleAction (or, in some cases, AccessibleValue)
* have a name, short description, or implement AccessibleText
* have the appropriate states ENABLED, VISIBLE, SHOWING (and be inside ancestors
which also have those states)



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