mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-42760 EditPDF: sometimes the dropdown or search comment appear below the editpdf
This commit is contained in:
parent
d214057cad
commit
eb11ae0d5c
5 changed files with 5 additions and 11 deletions
|
@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
|
|||
config.width = 'auto';
|
||||
config.lightbox = false;
|
||||
config.visible = false;
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
DROPDOWN.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
|
|||
config.lightbox = true;
|
||||
config.visible = false;
|
||||
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
|
|||
config.width = 'auto';
|
||||
config.lightbox = false;
|
||||
config.visible = false;
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
DROPDOWN.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
|
|||
config.lightbox = true;
|
||||
config.visible = false;
|
||||
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
|
|
@ -17,7 +17,6 @@ COMMENTSEARCH = function(config) {
|
|||
config.lightbox = true;
|
||||
config.visible = false;
|
||||
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
COMMENTSEARCH.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
|
|
@ -16,7 +16,6 @@ DROPDOWN = function(config) {
|
|||
config.width = 'auto';
|
||||
config.lightbox = false;
|
||||
config.visible = false;
|
||||
config.zIndex = 100;
|
||||
config.footerContent = '';
|
||||
DROPDOWN.superclass.constructor.apply(this, [config]);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue