#9730 closed defect (fixed)
tooltip dialog: focus no longer goes to the first element in the dialog when it is displayed
Reported by: | Becky Gibson | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Accessibility | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Focus is no longer going to the first element in the tooltip dialog when it is opened. This is a regression since it did work in 1.3.2.
I noticed it in the August 17, 2009 build - not sure when it started happening. You can see the problem here: http://archive.dojotoolkit.org/dojo-2009-08-17/dojotoolkit/dijit/tests/test_TooltipDialog.html. Click the Show Tooltip Dialog button - focus should go to the user field of the dialog - it does not
I noticed this on the toolbar test page at http://archive.dojotoolkit.org/dojo-2009-08-17/dojotoolkit/dijit/tests/test_Toolbar.html. When using the keyboard, focus does not go to the login dialog when you invoke the login button. Focus should go to the first control in the popup.
Change History (7)
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Owner: | changed from Becky Gibson to Nathan Toone |
---|
Nathan, you want to grab this one? It's from [19305], the _HasDropDown conversion for DropDownButton.
It's from _HasDropDown.onMouseUp() which does dijit.focus(this.focusNode);
, so naturally the focus goes away from the dialog back to the button, but I don't really understand why that code is there so I figure you should handle it.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [20210]
Fixes #9835 - make rolling list and file picker behave with all the changes that have been made to ContentPane? !strict
comment:5 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oops - wrong bug!
Ignore that last comment... ;)
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
this broke on the July 31, 2009 build