Skip to content

Commit

Permalink
Merge branch 'MDL-41232-master' of git://github.com/mouneyrac/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Nov 6, 2013
2 parents 7fd16ca + 07d1a2f commit ac3831b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions repository/filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ac3831b

Please sign in to comment.