Opened 11 years ago
Closed 11 years ago
#13893 closed defect (fixed)
Checkbox.js is using NodeList.add/removeClass without requiring dojo/NodeList-dom
Reported by: | cjolif | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit - Form | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
My application is throwing exception in CheckBox._onFocus/_onBlue because addClass & removeClass methods are not found on the NodeList returned by the query.
This seems to be due to dojo/NodeList-dom not being required by the CheckBox module.
Attached is a simple patch to fix the issue.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | dijit.CheckBox.patch added |
---|
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In [26544]: