Changes between Initial Version and Version 1 of Ticket #15264
- Timestamp:
- Apr 26, 2012, 11:37:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15264
- Property Owner changed from Adam Peller to Douglas Hays
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
tbd
to1.7.3
-
Ticket #15264 – Description
initial v1 1 1 From Masato Noguchi:[[BR]] 2 dojox.form. TriStateCheckBox causes errors with AMD at _onFocus and _onBlur, such as:[[BR]]2 dojox.form.!TriStateCheckBox causes errors with AMD at _onFocus and _onBlur, such as:[[BR]] 3 3 query("label[for='" + this.id + "']").addClass is not a function[[BR]] 4 This is because it only prereqs "dojo/query", but calls NodeList#addClass() andNodeList#removeClass(), which are defined in "dojo/NodeList-dom".4 This is because it only prereqs "dojo/query", but calls !NodeList#addClass() and !NodeList#removeClass(), which are defined in "dojo/NodeList-dom".