Bug 521003

Summary: PropertyGrid: 'click' action of 'Description' menu_item on ContextMenu doesn't work
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: script for clicking Description menu_item

Description calen chen 2009-07-10 10:49:56 UTC
Created attachment 304379 [details]
script for clicking Description menu_item

PROBLEM STATEMENT:

do 'click' action for 'Description' menu_item on ContextMenu(right button click tool bar) doesn't uncheck/check it

REPRO:

1. run uia2atk/test/samples/propertygrid.py
2. run the attachment script, which is perform mouse click a table cell to raise a ContextMenu, then do click action for 'Description' menu_item 2 times

RESULTS:

'Description' menu_item is default checked, but after run the attachment, after click it the first time that it still checked and the panel on the bottom is showing. no matter how many times I perform the click action that seems no change for 'Description' menu_item

EXPECTED RESULTS:

after click 'Description' menu_item the first time that it should looks unchecked and the panel on the botton should disappear, click it in the second time that it should looks checked again and the panel should appear again