MDL-42876 Screen reader does not trigger the keyboard move
This commit is contained in:
committed by
Sam Hemelryk
parent
f098ca6d97
commit
c68fa5fcbb
Vendored
+2
-1
@@ -59,7 +59,8 @@ YUI.add('moodle-core-dragdrop', function(Y) {
|
||||
.setAttribute('title', title)
|
||||
.setAttribute('tabIndex', 0)
|
||||
.setAttribute('data-draggroups', this.groups)
|
||||
.setAttribute('aria-grabbed', 'false');
|
||||
.setAttribute('aria-grabbed', 'false')
|
||||
.setAttribute('role', 'button');
|
||||
dragelement.appendChild(dragicon);
|
||||
dragelement.addClass(MOVEICON.cssclass);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user