Opened 8 years ago
Closed 8 years ago
#15954 closed defect (fixed)
[email protected]: Programmatic example fails with "k.body(a) is undefined"
Reported by: | Paul Christopher | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.2 |
Component: | Documentation | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
1) Open http://livedocs.dojotoolkit.org/dijit/form/CheckBox
2) Run the programmatic example. This fails with the error message "Line 98 dojo.js:k.body(a) is undefined" (Firefox).
Change History (2)
comment:1 Changed 8 years ago by
Component: | Dijit - Form → Documentation |
---|---|
Milestone: | tbd → 1.8.2 |
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
ready() function missing around programmatic widget creation allowing body to be undefined.