Merge branch 'MDL-35930_m24' of git://github.com/rwijaya/moodle into MOODLE_24_STABLE

This commit is contained in:
Dan Poltawski
2013-08-26 14:56:45 +08:00
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -380,6 +380,8 @@ M.form_filemanager.init = function(Y, options) {
}
e.currentTarget.addClass('checked')
this.render();
this.filemanager.one('.fp-content').setAttribute('tabIndex', '0');
this.filemanager.one('.fp-content').focus();
}
}, this);
},
+2
View File
@@ -794,6 +794,8 @@ M.core_filepicker.init = function(Y, options) {
} else {
this.view_as_icons(appenditems);
}
this.fpnode.one('.fp-content').setAttribute('tabIndex', '0');
this.fpnode.one('.fp-content').focus();
// display/hide the link for requesting next page
if (!appenditems && this.active_repo.hasmorepages) {
if (!this.fpnode.one('.fp-content .fp-nextpage')) {