From bb8fa226080a2a6dbe41d83b34d4ee5832d2484c Mon Sep 17 00:00:00 2001 From: Michael Curran Date: Wed, 14 Mar 2012 10:03:50 +1000 Subject: [PATCH] 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. --- source/_UIAHandler.py | 1 + user_docs/en/changes.t2t | 1 + 2 files changed, 2 insertions(+) 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 = -- 2.11.0