VirtualBox

Opened 15 years ago

Last modified 8 years ago

#3589 closed defect

Editable text controls are inaccessible using API based accessibility — at Initial Version

Reported by: James Teh Owned by:
Component: GUI Version: VirtualBox 2.1.4
Keywords: accessibility Cc:
Guest type: other Host type: Windows

Description

QT4 (and thus VirtualBox) exposes MSAA objects to facilitate accessibility under Windows. However, MSAA does not provide a way to properly work with editable text controls. The biggest problem is that the caret cannot be tracked (i.e. the position of the caret in the text is not exposed), which makes it impossible to cursor through text using only API based accessibility. The solution is to implement support for a richer accessibility API for these controls, such as UI Automation or IAccessible2.

Apparently, QT does have internal support for IAccessible2, but this has not yet been exposed via COM under Windows. This issue needs to be addressed in QT.

Change History (0)

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use