Ticket #77 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 weeks ago

Support IAccessible2::groupPosition

Reported by: mdcurran Owned by: mdcurran
Priority: minor Milestone: 0.6
Component: Core Version: trunk
Keywords: Cc:
Blocking: Blocked By:

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:'.

Change History

Changed 7 weeks ago by mdcurran

  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.