[regression] TooltipDialog: doesn't get focus on mouse click of DropDownButton
The behavior of the keyboard focus currently varies with the technique used to select the toolbar item. Consider the editor tab on http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html?theme=claro. Placing the focus in the toolbar, cursoring over to the Create link item and then using SPACE to select results in the associated tooltipdialog being displayed with the focus in the first field. However, simply clicking on the toolbar item results in the tooltipdialog being displayed but the toolbar item retains the keyboard focus while the first field is in error (the field being in error from the start is yet a different problem). The attached gif illustrates the difference in behavior.
REGARDLESS of the selection technique, the resulting behavior should be the same. The focus should be placed in the appropriate (note, not always the first) field in the dialog; it should not be in the toolbar.
I'm assuming this is a toolbar issue.
Change History (5)
Owner: |
set to bill
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Milestone: |
1.6 →
1.5.1
|
Summary: |
TooltipDialog and Toolbar focus behavior inconsistent →
[regression] TooltipDialog: doesn't get focus on mouse click of DropDownButton
|
video of the difference