From: Michael Curran Date: Wed, 14 Mar 2012 00:03:50 +0000 (+1000) Subject: Disable UIAutomation for SysListview32 controls as the implementation new to Windows... X-Git-Tag: jpdev130418~994 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bb8fa226080a2a6dbe41d83b34d4ee5832d2484c;p=nvdajp%2Fnvdajp.git Disable UIAutomation for SysListview32 controls as the implementation new to Windows 8 is rather broken. This allows reading of the lists in the File properties (permitions tab) and Windows Update. --- diff --git a/source/_UIAHandler.py b/source/_UIAHandler.py index b3b845caa..0734de527 100644 --- a/source/_UIAHandler.py +++ b/source/_UIAHandler.py @@ -30,6 +30,7 @@ badUIAWindowClassNames=[ "RichEdit", "RichEdit20", "RICHEDIT50W", + "SysListView32", ] UIAControlTypesToNVDARoles={ diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index ab8cae585..2c9bfe079 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -8,6 +8,7 @@ == Bug Fixes == - With auto language switching enabled, Content such as alt text for graphics and labels for other certain controls in Mozilla Gecko (e.g. Firefox) are now reported in the correct language if marked up appropriately. - SayAll in BibleSeeker (and other TRxRichEdit controls) no longer stops in the middle of a passage. +- Lists found in the Windows 8 Explorer file properties (permitions tab) and in Windows 8 Windows Update now read correctly. = 2012.1 =