]> git.wh0rd.org - tt-rss.git/blobdiff - lib/dijit/form/templates/Spinner.html
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
[tt-rss.git] / lib / dijit / form / templates / Spinner.html
index a711cd4e3c8a754678b7b789c972c0603e4f461e..3f2186a72bf00a528b2f99eac59e4272e247cccd 100644 (file)
@@ -21,7 +21,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' data-dojo-attach-point="textbox,focusNode" type="${type}" data-dojo-attach-event="onkeypress:_onKeyPress"
+               ><input class='dijitReset dijitInputInner' data-dojo-attach-point="textbox,focusNode" type="${type}" data-dojo-attach-event="onkeydown:_onKeyDown"
                        role="spinbutton" autocomplete="off" ${!nameAttrSetting}
        /></div
 ></div>