mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 19:50:14 +01:00
MDL-41232 revert IE8 fix for solving unspoken filemanager details on View List selection
This commit is contained in:
parent
68291f2d57
commit
07d1a2f349
@ -792,12 +792,6 @@ M.core_filepicker.init = function(Y, options) {
|
||||
this.view_as_icons(appenditems);
|
||||
}
|
||||
this.fpnode.one('.fp-content').setAttribute('tabindex', '0');
|
||||
// Temporary fix for IE8 until MDL-41229 is integrated.
|
||||
// The role dialog is needed for screen reader to read
|
||||
// the filepicker's content (MDL-41232).
|
||||
this.fpnode.one('.fp-content').setAttribute('role', 'dialog');
|
||||
this.fpnode.one('.fp-content').setAttribute('aria-live', 'assertive');
|
||||
// End of temporary fix.
|
||||
this.fpnode.one('.fp-content').focus();
|
||||
// display/hide the link for requesting next page
|
||||
if (!appenditems && this.active_repo.hasmorepages) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user