OSDN Git Service

Outlook Express appModule: make sure the NVDAObject overlay class for supporting...
authorMichael Curran <mick@kulgan.net>
Thu, 9 Jun 2011 08:35:22 +0000 (18:35 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 9 Jun 2011 08:35:22 +0000 (18:35 +1000)
commit3787b173721475cf7671f9ba6fc7b22334fa8284
treea15d76ceaa09283bebab97e91b0890cc68c8d4a7
parent7bf11d93f49bdfccef1ffaad7aab3a3774d5a4c3
Outlook Express appModule: make sure the NVDAObject overlay class for supporting message rule checkboxes is only used for SysListview32 controls. It was previously not checking the window class and therefore was also being used for the ListBox control found in the Apply now dialog in the message rules dialog. This change means that NVDA will no longer class the rule list items in the apply now dialog as checkboxes. Thus, you can now just listen to their selected/not selected state to tell if they're active or not. The other checkboxes in the message rules dialog should continue to work appropriately. Completely fixes #576
source/appModules/msimn.py
user_docs/en/changes.t2t