Bugzilla – Bug 477893
ToolStripDropDownButton: keyUp/Down doesn't rise focused and selected states for menu items
Last modified: 2009-07-16 13:55:25 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
This was working a month ago, so something probably broke.
I don't see Focused listed in trunk (which is roughly identical to 1.0 branch) r131929. Stephen, can you provide new steps? Thanks.
Waiting on Stephen.
Stephen -- any update on this bug?