OSDN Git Service

Disable UIAutomation for SysListview32 controls as the implementation new to Windows...
authorMichael Curran <mick@kulgan.net>
Wed, 14 Mar 2012 00:03:50 +0000 (10:03 +1000)
committerMichael Curran <mick@kulgan.net>
Wed, 14 Mar 2012 00:03:50 +0000 (10:03 +1000)
source/_UIAHandler.py
user_docs/en/changes.t2t

index b3b845c..0734de5 100644 (file)
@@ -30,6 +30,7 @@ badUIAWindowClassNames=[
        "RichEdit",\r
        "RichEdit20",\r
        "RICHEDIT50W",\r
+       "SysListView32",\r
 ]\r
 \r
 UIAControlTypesToNVDARoles={\r
index ab8cae5..2c9bfe0 100644 (file)
@@ -8,6 +8,7 @@
 == Bug Fixes ==\r
 - 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.\r
 - SayAll in BibleSeeker (and other TRxRichEdit controls) no longer stops in the middle of a passage.\r
+- Lists found in the Windows 8 Explorer file properties (permitions tab) and in Windows 8 Windows Update now read correctly.\r
 \r
 \r
 = 2012.1 =\r