Bugzilla – Bug 598788
Window controltype: IsEnabledProperty property-changed event doesn't work
Last modified: 2010-08-25 09:06: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
Created attachment 356148 [details] script for checking IsEnabledProperty