Ticket #5505 (closed defect: fixed)
time popup in themeTester raises exception
| Reported by: | peller | Owned by: | doughays |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Note: See
TracTickets for help on using
tickets.