Bug 598788

Summary: Window controltype: IsEnabledProperty property-changed event doesn't work
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Release 2.0   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: script for checking IsEnabledProperty

Description calen chen 2010-04-22 07:56:49 UTC
PROBLEM:

The window form is not active, but its IsEnabled value still shows 'True' via UIAClientAPI

REPRO:

1. Run uia2atk/test/samples/winforms/button_label_linklabel.py, click 'button1', message window appears and is active
2. Run the attachment script to print both windows' IsEnabled value

RESULTS:

Both windows are showing 'True' of IsEnabled value:

Main Window Button_Label_LinkLabel controls's IsEnabled value: True 
Window message's IsEnabled value: True

EXPECTED RESULTS:

Main Window Button_Label_LinkLabel controls's IsEnabled value: False 
Window message's IsEnabled value: True
Comment 1 calen chen 2010-04-22 08:03:46 UTC
Created attachment 356148 [details]
script for checking IsEnabledProperty