Opened 13 years ago
Closed 13 years ago
#4534 closed defect (fixed)
dijit.Dialog doesn't revert focus in FF
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
inline code docs says TODO: failing in FF presumably because the DialogUnderlay? hasn't disappeared yet?
connecting to the _fadeOut onEnd animation to set focus will solve this issue.
Note: See
TracTickets for help on using
tickets.
(In [10591]) fixes #4534 by adding an onEnd connection to the fadeOut animation and fixes #4286 by returning from _position if the Dialog is being dragged around. also adds minor documentation.