Opened 8 years ago
Closed 8 years ago
#13231 closed defect (fixed)
focus manager: use dojo.global not window
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make focus manager initialize correctly even when dojo.setContext() has been called, resetting dojo.global to point to something other than window.
Attachments (2)
Change History (3)
Changed 8 years ago by
Attachment: | test_FocusIssue_main.html added |
---|
Changed 8 years ago by
Attachment: | test_FocusIssue_child.html added |
---|
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [25507]) Make focus manager use dojo.global rather than window, so that it works as expected after a dojo.setContext() call. Checking in automated test but I'm not sure how to run it from runTests.html since dojo is loaded into an iframe rather than the main file. Fixes #13231 !strict.