Opened 15 years ago
Closed 15 years ago
#3791 closed task (fixed)
add focus() method
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Add focus() method to basically do a node.focus(), but catch errors, and also notify the focus manager (util/focus.js) that a new node has gotten focus so that we don't have to wait 1/10 of a second for IE to poll and realize that focus has changed.
Note: See
TracTickets for help on using
tickets.
(In [9698]) Make dijit function for setting focus to a node. Fixes #3791.