Bugzilla – Bug 521003
PropertyGrid: 'click' action of 'Description' menu_item on ContextMenu doesn't work
Last modified: 2009-07-10 10:50:09 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