Bug 520133 - PropertyGrid: menu items on ContexMenu can't raise 'focused' state and 'selected' state
Summary: PropertyGrid: menu items on ContexMenu can't raise 'focused' state and 'selec...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 10:05 UTC by Feng Xia Mu
Modified: 2009-07-08 10:33 UTC (History)
0 users

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


Attachments
test state (1.79 KB, application/octet-stream)
2009-07-08 10:07 UTC, Feng Xia Mu
Details

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