#5505 closed defect (fixed)
time popup in themeTester raises exception
Reported by: | Adam Peller | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
click on the time in editable text and an exception occurs instead of seeing a popup you get stuck on line 264 in postCreate:
var ew = this.editWidget = new cls(this.editorParams, this.editorPlaceholder);
(cls is null)
Looks like a missing require
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Version: | 0.9 → 1.0 |
---|
Note: See
TracTickets for help on using
tickets.
(In [11951]) Include TimeTextBox?. refs #4890, fixes #5505.