MDL-42760 EditPDF: sometimes the dropdown or search comment appear below the editpdf

This commit is contained in:
Jerome Mouneyrac 2013-11-07 16:11:51 +08:00
parent d214057cad
commit eb11ae0d5c
5 changed files with 5 additions and 11 deletions

View file

@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
config.width = 'auto'; config.width = 'auto';
config.lightbox = false; config.lightbox = false;
config.visible = false; config.visible = false;
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]); DROPDOWN.superclass.constructor.apply(this, [config]);
}; };
@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true; config.lightbox = true;
config.visible = false; config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf'); config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]); COMMENTSEARCH.superclass.constructor.apply(this, [config]);
}; };

View file

@ -1545,7 +1545,6 @@ DROPDOWN = function(config) {
config.width = 'auto'; config.width = 'auto';
config.lightbox = false; config.lightbox = false;
config.visible = false; config.visible = false;
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]); DROPDOWN.superclass.constructor.apply(this, [config]);
}; };
@ -1993,7 +1992,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true; config.lightbox = true;
config.visible = false; config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf'); config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]); COMMENTSEARCH.superclass.constructor.apply(this, [config]);
}; };

View file

@ -17,7 +17,6 @@ COMMENTSEARCH = function(config) {
config.lightbox = true; config.lightbox = true;
config.visible = false; config.visible = false;
config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf'); config.headerContent = M.util.get_string('searchcomments', 'assignfeedback_editpdf');
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
COMMENTSEARCH.superclass.constructor.apply(this, [config]); COMMENTSEARCH.superclass.constructor.apply(this, [config]);
}; };

View file

@ -16,7 +16,6 @@ DROPDOWN = function(config) {
config.width = 'auto'; config.width = 'auto';
config.lightbox = false; config.lightbox = false;
config.visible = false; config.visible = false;
config.zIndex = 100;
config.footerContent = ''; config.footerContent = '';
DROPDOWN.superclass.constructor.apply(this, [config]); DROPDOWN.superclass.constructor.apply(this, [config]);
}; };