Bug 477893 - ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states for menu items
Summary: ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states ...
Status: CONFIRMED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - UIA (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.0
: P3 - Medium : Normal
Target Milestone: Release 1.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on: 471405
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-19 22:19 UTC by Stephen Shaw
Modified: 2009-07-16 13:55 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
btaylor1: needinfo? (sshaw)


Attachments

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