Bugzilla – Bug 602350
difference implementation of IsEnabledProperty in Windows when the frame is not actived
Last modified: 2010-05-04 12:01:19 UTC
REPRO: 1. Run winforms app from uia2atk/test/samples/winforms/button_label_linklabel.py, or gtk app from uia2atk/test/samples/gtk/gtkbutton.py 2. click button1 to invoke a message dialog that would make the main frame is not actived 3. run UIAExplorer, navigate button1 on the left tree to see it's IsEnabledProperty value RESULTS: IsEnabledProperty shows 'True' when the main frame is not actived EXPECTED RESULTS: when message dialog appears that the main frame is not active, then the buttons' IsEnabledProperty(I think each enabled elements such as checkbox in the main frame) should shows 'false' because they couldn't be clicked or checked again. COMMENTS: I have checked this kind of implementation in UIAVerify or UIASpy that would shows 'false' when main frame is not actived, is it relate to bug596801, would you please take a look? thanks!