Opened 14 years ago
Closed 14 years ago
#2421 closed defect (fixed)
After closing dialog - focus should return to previous position
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Accessibility | Version: | 0.4.1 |
Keywords: | a11y, radio | Cc: | |
Blocked By: | Blocking: |
Description
When a dialog is invoked, we need to capture the current focus location and make sure that focus returns to that location when the dialog is closed (or auto closes if on a timer).
Change History (3)
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This should be handled by dijit.util.focus. Use that class (call save() and restore()?) to handle this.