#3934 closed defect (fixed)
dijit/_base/focus.js - add automated test
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Change History (7)
comment:1 Changed 13 years ago by
Milestone: | 1.0 → 1.1 |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.1 → 1.2 |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.2 → future |
---|
comment:4 Changed 12 years ago by
Milestone: | future → 1.3 |
---|---|
Status: | new → assigned |
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 12 years ago by
(In [18041]) If we create a deferred then need to return it (to avoid a race condition where the second tests starts before the first finishes), but in the case of setUp() there's no need to create a deferred at all... This was apparently what was breaking this test when run in the suite, at least on IE6.
Refs #3934.
Note: See
TracTickets for help on using
tickets.
(In [16989]) Dijit focus manager test, fixes #3934.