OSDN Git Service

Do not ever use UI Automation for the SysMonthCal32 calendar control as its UI Automa...
authorMichael Curran <mick@kulgan.net>
Mon, 4 Jul 2011 04:15:19 +0000 (14:15 +1000)
committerMichael Curran <mick@kulgan.net>
Mon, 4 Jul 2011 04:15:19 +0000 (14:15 +1000)
source/_UIAHandler.py
user_docs/en/changes.t2t

index f2cf7d6..f1d945a 100644 (file)
@@ -25,6 +25,7 @@ badUIAWindowClassNames=[
        "msctls_progress32",\r
        "Edit",\r
        "CommonPlacesWrapperWndClass",\r
+       "SysMonthCal32",\r
 ]\r
 \r
 UIAControlTypesToNVDARoles={\r
index 5c36141..611be59 100644 (file)
@@ -25,6 +25,7 @@ Highlights of this release include major improvements concerning punctuation and
 - NVDA can now detect formatting and color for text written to the screen.\r
 - In the Outlook Express/Windows Mail/Windows Live Mail message list, NVDA will now announce the fact that a message is unread and also if it's expanded or collapsed in the case of conversation threads. (#868)\r
 - eSpeak now has a rate boost setting which triples the speaking rate.\r
+- Support the  calendar control (SysMonthCal32) found in the Time and Date information dialog gotten to from the  Windows 7 clock. (#1637)\r
 \r
 \r
 == Changes ==\r