Ticket #31 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

focusAncestors: IndexError exception in IAccessibleHandler.winEventCallback

Reported by: jteh Owned by:
Priority: minor Milestone: 2009.1
Component: Core Version: development
Keywords: focusAncestors Cc:
Operating system: Blocked by:
Blocking:

Description

I've seen the following a few times:

ERROR - IAccessibleHandler.winEventCallback:
winEventCallback
Traceback (most recent call last):
  File "E:\nvda\source\IAccessibleHandler.py", line 619, in winEventCallback
    parent=api.getFocusAncestors()[-1]
IndexError: list index out of range

Unfortunately, it's difficult to determine a sequence of events for this error. I'll add more details if I find them.

Change History

Changed 3 years ago by mdcurran

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

Fixed in r1725.

Note: See TracTickets for help on using tickets.