Ticket #14 (closed defect: fixed)

Opened 3 years ago

Last modified 7 months ago

no focus or wrong focus is announced when list item with focus is removed from a sysListview32 control

Reported by: mdcurran Owned by:
Priority: major Milestone: 2009.1
Component: Core Version: development
Keywords: SysListView32, delete message, Outlook Express, list item Cc:
Operating system: Blocked by:
Blocking:

Description

When a list item that has the focus is removed from a sysListview32 control, we receive a focus event, however the index is sometimes one off what it should be due to the event being fired before the indexes changed, however we process it after they have changed. the Outlook Express appModule has particular code to handle this problem for its message list, however even this seems to be buggy as when deleting the second last message nothing is announced. To fix we need to find a way of querying the sysListview32 control for the item index with focus, and use that as the childID in IAccessible focus events, rather than the childID given to us.

Change History

Changed 2 years ago by jteh

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

This issue should be fixed by r1669, although the fix was more general and relates to handling of destroy events for the object with focus. See the commit message for more info.

Note: See TracTickets for help on using tickets.