Bug 520133

Summary: PropertyGrid: menu items on ContexMenu can't raise 'focused' state and 'selected' state
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i586   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: test state

Description Feng Xia Mu 2009-07-08 10:05:29 UTC
PROBLEM STATEMENT:

when using "Down" key to put focus on menu item, the menu item can't raise 'focused' state.

REPRO:

1. run uia2atk/test/samples/propertygrid.py.
2. run the attached scripts

RESULTS:

Action: Press <Down>.

Reset_item States: [STATE_ENABLED, STATE_FOCUSABLE, STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE]

.................

Action: Press <Down>.

..................

Description_item3 States: [STATE_CHECKED, STATE_ENABLED, STATE_FOCUSABLE, STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE]

EXPECTED RESULTS:

Action: Press <Down>.

Reset_item States: [STATE_ENABLED, STATE_FOCUSABLE, STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE, STATE_FOCUSED ]

.................

Action: Press <Down>.

..................

Description_item3 States: [STATE_CHECKED, STATE_ENABLED, STATE_FOCUSABLE, STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE, STATE_FOCUSED]
Comment 1 Feng Xia Mu 2009-07-08 10:07:16 UTC
Created attachment 303733 [details]
test state
Comment 2 Feng Xia Mu 2009-07-08 10:19:26 UTC
Since ContextMenu is obsolete API, I will de-prioritize bugs about it.
Comment 3 Feng Xia Mu 2009-07-08 10:33:06 UTC
(In reply to comment #0)

sorry, the "EXPECTED RESULTS" should be:

 EXPECTED RESULTS:
 
 Action: Press <Down>.
 
 Reset_item States: [STATE_ENABLED, STATE_FOCUSABLE, STATE_SELECTABLE,
 STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE, STATE_FOCUSED, STATE_SELECTED ]
 
 .................
 
 Action: Press <Down>.
 
 ..................
 
 Description_item3 States: [STATE_CHECKED, STATE_ENABLED, STATE_FOCUSABLE,
 STATE_SELECTABLE, STATE_SENSITIVE, STATE_SHOWING, STATE_VISIBLE, STATE_FOCUSED, STATE_SELECTED]