#16816 closed defect (fixed)
_HasDropDown: throws exception if widget doesn't have focus method
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | Dijit | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
_HasDropDown.js throws an exception if the subclass doesn't have a focus method. It calls this.defer("focus") unconditionally
The _HasDropDown.html test because the test widgets like "dd" have no focus method.
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8.4 |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In [30796]: