Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support IAccessible2::groupPosition #77

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Closed

Support IAccessible2::groupPosition #77

nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by mdcurran on 2008-04-30 00:19
IAccessible NVDAObjects should make use of IAccessible2::groupPosition. This property provides information such as level,numberOfItemsInTheGroup,NumberOfTheCurrentItemInTheGroup. Gecko 1.9 already implements this property, so we have something to test against. The information from the property can be worked in to the NVDAObject's positionString property, and level property. Note that then processGeckoDescription would need to be changed so that for IAccessible2 Gecko objects it doesn't bother decoding this information from the description, but just uses the description if the description starts with 'description:'.

@nvaccessAuto
Copy link
Author

Comment 1 by mdcurran on 2008-11-17 13:26
Implemented in svn r2505. Note that positionString and level have been removed from NVDAObjects and replaced by positionInfo.
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants