Show
Ignore:
Timestamp:
03/06/07 06:42:20 (22 months ago)
Author:
doughays
Message:

Fixes #2367.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/form/templates/Spinner.html

    r7522 r7528  
    22        ><input dojoAttachPoint='textbox' type='${this.type}' dojoAttachEvent='onblur;onfocus;onkeyup;' 
    33                value='${this.value}' name='${this.name}' size='${this.size}' maxlength='${this.maxlength}' 
    4                 waiRole="spinbutton" autocomplete="off" 
     4                waiRole="spinbutton" autocomplete="off" tabIndex='${this.tabIndex}' 
    55        ><fieldset class="dojoSpinnerArrowGroup" 
    66                ><fieldset dojoAttachPoint="upArrowNode" class="dojoSpinnerButton"