From 07d1a2f349add20908af3f9e1e611ea8525f75d8 Mon Sep 17 00:00:00 2001 From: Jerome Mouneyrac Date: Tue, 29 Oct 2013 14:44:02 +0800 Subject: [PATCH] MDL-41232 revert IE8 fix for solving unspoken filemanager details on View List selection --- repository/filepicker.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/repository/filepicker.js b/repository/filepicker.js index 699c738c84153..053b9216aad52 100644 --- a/repository/filepicker.js +++ b/repository/filepicker.js @@ -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) {