Ticket #77 (closed enhancement: fixed)
Support IAccessible2::groupPosition
| Reported by: | mdcurran | Owned by: | mdcurran |
|---|---|---|---|
| Priority: | minor | Milestone: | 2009.1 |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description
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:'.


Implemented in svn r2505. Note that positionString and level have been removed from NVDAObjects and replaced by positionInfo.