Merge branch 'MDL-35930_m24' of git://github.com/rwijaya/moodle into MOODLE_24_STABLE
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
@@ -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')) {
|
||||
|
||||
Reference in New Issue
Block a user