[Dojo-checkins] [dojo] #10324: dijit.__setDisabledAttr does not disable it's corresponding valueNode

dojo trac at dojotoolkit.org
Thu Nov 12 17:50:11 EST 2009


#10324: dijit.__setDisabledAttr does not disable it's corresponding valueNode
---------------------+------------------------------------------------------
 Reporter:  httpete  |        Type:  defect  
   Status:  new      |    Priority:  highest 
Milestone:  tbd      |   Component:  Dijit   
  Version:  1.4.0b   |    Severity:  critical
 Keywords:           |  
---------------------+------------------------------------------------------
 Many form dijits do this on their own __setDisabledAttr methods, like the
 validationTextBox,

 {{{
       if(this.valueNode){
                 this.valueNode.disabled = value;
        }
 }}}


  but it really should do this in _FormValueWidget. Right now my
 dijit.form.Select's hidden valueNodes don't disable when I do an
 attr('disabled', true) on it.

 We could probably remove the other dijits that do this themselves.

-- 
Ticket URL: <http://trac.dojotoolkit.org/ticket/10324>
dojo <http://dojotoolkit.org/>
The Dojo UI Toolkit


More information about the Dojo-checkins mailing list