Bug 521003 - PropertyGrid: 'click' action of 'Description' menu_item on ContextMenu doesn't work
Summary: PropertyGrid: 'click' action of 'Description' menu_item on ContextMenu doesn'...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-10 10:49 UTC by calen chen
Modified: 2009-07-10 10:50 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
script for clicking Description menu_item (1.01 KB, text/x-python)
2009-07-10 10:49 UTC, calen chen
Details

Note You need to log in before you can comment on or make changes to this bug.
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