]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/form/templates/DropDownBox.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / form / templates / DropDownBox.html
index eb8f3e70dbd6c38bcbc2b27c77dc7bd1424b4b51..282f559785e4662fdaa9d9fdeb9b7fd238a57c50 100644 (file)
@@ -1,8 +1,10 @@
 <div class="dijit dijitReset dijitInline dijitLeft"
        id="widget_${id}"
        role="combobox"
+       aria-haspopup="true"
+       data-dojo-attach-point="_popupStateNode"
        ><div class='dijitReset dijitRight dijitButtonNode dijitArrowButton dijitDownArrowButton dijitArrowButtonContainer'
-               data-dojo-attach-point="_buttonNode, _popupStateNode" role="presentation"
+               data-dojo-attach-point="_buttonNode" role="presentation"
                ><input class="dijitReset dijitInputField dijitArrowButtonInner" value="&#9660; " type="text" tabIndex="-1" readonly="readonly" role="button presentation" aria-hidden="true"
                        ${_buttonInputDisabled}
        /></div
@@ -10,7 +12,7 @@
                ><input class="dijitReset dijitInputField dijitValidationIcon dijitValidationInner" value="&#935; " type="text" tabIndex="-1" readonly="readonly" role="presentation"
        /></div
        ><div class="dijitReset dijitInputField dijitInputContainer"
-               ><input class='dijitReset dijitInputInner' ${!nameAttrSetting} type="text" autocomplete="off"
-                       data-dojo-attach-point="textbox,focusNode" role="textbox" aria-haspopup="true"
+               ><input class='dijitReset dijitInputInner' ${!nameAttrSetting} type="${type}" autocomplete="off"
+                       data-dojo-attach-point="textbox,focusNode" role="textbox"
        /></div
 ></div>