OSDN Git Service

IAccessible NVDAObjects name property: Use IAccessibleText When accname is not provid...
authorPeter Vágner <peter.v@datagate.sk>
Fri, 4 Dec 2009 09:51:20 +0000 (10:51 +0100)
committerPeter Vágner <peter.v@datagate.sk>
Fri, 4 Dec 2009 09:51:20 +0000 (10:51 +0100)
commit6c53a29d5cc43ce856e62be13f62110dd8f09ab4
treef58c2c2627cbd940c4749ea977d3776790ff26d1
parentf2520baf11e9efd878f19f4c639fdbb96ab44f80
IAccessible NVDAObjects name property: Use IAccessibleText When accname is not provided and IAccessibleText which doesn't support caret tracking is implemented. This enables reading of focusable labels inside Thunderbird / Seamonkey.
Default appmodule: Fixed a problem with reportCurrentLine script which was failing on the controls described above.
source/NVDAObjects/IAccessible/__init__.py
source/NVDAObjects/IAccessible/mozilla.py
source/appModules/_default.py