Opened 14 years ago
Closed 14 years ago
#3633 closed defect (fixed)
disabled flag broken
Reported by: | bill | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
[9317] made the disabled flag break, as used in test_Combobox.html (and other places):
<input id="combo3" dojoType="dijit.form.ComboBox" ... disabled >
Presumably due to this change, removing the "!= null" check for attrValue:
if(attrValue && !dojo.isAlien(attrValue)){ // see bug#3074; ignore builtin attributes
Note: See
TracTickets for help on using
tickets.
(In [9487]) Add tests for parsing "checked" and "disabled" attributes. Refs #3633.