Bug 477893

Summary: ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states for menu items
Product: [Mono] UI Automation Reporter: Stephen Shaw <sshaw>
Component: Winforms - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: CONFIRMED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium Flags: btaylor1: needinfo? (sshaw)
Version: Release 1.0   
Target Milestone: Release 1.1   
Hardware: x86   
OS: openSUSE 11.0   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on: 471405    
Bug Blocks:    

Description Stephen Shaw 2009-02-19 22:19:56 UTC
PROBLEM STATEMENT (from one of calen's bugs)

mouse click action on ToolstripDropDownButton1 can rise the "focused" state, but when you perform click on ToolstripDropDownButton2 the "focused" state is removed.  Going back to 1 brings back the "focused" state.

REPRO:

1. run accerciser
2. run uia2atk/test/samples/toolstripdropdownbutton.py
3. in accerciser, expand 'ipy' on the left tree, select
ToolstripDropDownButton1 which has the "menu" role, do "click" action under "interface viewer"
4. select ToolstripDropDownButton2 which has the "menu" role, also do "click"
action
5. Goto 3 :)

RESULTS:

ToolstripDropDownButton1 will have the "focused" state and when ToolstripDropDownButton2 is clicked it doesn't show 

EXPECTED RESULTS:

I expect: it to not have "focused" as one of its states (according to brad)

15:07 <@brad> the ToolStrip can't recieve focus
Comment 1 Brad Taylor 2009-03-04 16:03:37 UTC
This was working a month ago, so something probably broke.
Comment 2 Brad Taylor 2009-04-16 19:35:05 UTC
I don't see Focused listed in trunk (which is roughly identical to 1.0 branch) r131929.

Stephen, can you provide new steps?  Thanks.
Comment 3 Brad Taylor 2009-04-27 21:25:25 UTC
Waiting on Stephen.
Comment 4 Brad Taylor 2009-07-16 13:55:25 UTC
Stephen -- any update on this bug?