OSDN Git Service

IAccessible NVDAObject's children property: the dictionary from getIAccIdentity somet...
authorMichael Curran <mick@kulgan.net>
Thu, 7 Jul 2011 07:14:35 +0000 (17:14 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 7 Jul 2011 07:14:35 +0000 (17:14 +1000)
commit234c0bcbd38893bea24c290a1b6d3c3dcad70946
tree20617caf28b83661b20af84ba8558b336e888d36
parent551f23eb917ce26a2fb3ddc17dd347ef29ceba6a
IAccessible NVDAObject's children property: the dictionary from getIAccIdentity sometimes may not contain objectID, if its a menu handle instead of a windowHandle. So use dict.get for objectID and childID instead of subscript syntax.
source/NVDAObjects/IAccessible/__init__.py