diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-01-21 21:59:17 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-01-21 21:59:17 +0300 |
| commit | e2e2479984b3aaadb4c0947e5ec15276e5c9a337 (patch) | |
| tree | 1662c1772cbcb6e44d017cea28e35d45de44921f /lib/dijit/form/templates/Button.html | |
| parent | ab235fc5f13385a690a1ed31ae77d0006c85197d (diff) | |
| parent | 1c4f5e83900fdd71a84f2e142c694c75106bef53 (diff) | |
Merge branch 'dojo-1.12.1'
Conflicts:
js/prefs.js
Diffstat (limited to 'lib/dijit/form/templates/Button.html')
| -rw-r--r-- | lib/dijit/form/templates/Button.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/dijit/form/templates/Button.html b/lib/dijit/form/templates/Button.html index d167ac0d0..98574f959 100644 --- a/lib/dijit/form/templates/Button.html +++ b/lib/dijit/form/templates/Button.html @@ -1,6 +1,6 @@ <span class="dijit dijitReset dijitInline" role="presentation" ><span class="dijitReset dijitInline dijitButtonNode" - data-dojo-attach-event="ondijitclick:_onClick" role="presentation" + data-dojo-attach-event="ondijitclick:__onClick" role="presentation" ><span class="dijitReset dijitStretch dijitButtonContents" data-dojo-attach-point="titleNode,focusNode" role="button" aria-labelledby="${id}_label" @@ -13,5 +13,6 @@ ></span ></span ><input ${!nameAttrSetting} type="${type}" value="${value}" class="dijitOffScreen" - tabIndex="-1" role="presentation" data-dojo-attach-point="valueNode" + data-dojo-attach-event="onclick:_onClick" + tabIndex="-1" aria-hidden="true" data-dojo-attach-point="valueNode" /></span> |