Merge branch 'MDL-45359-26' of git://github.com/andrewnicols/moodle into MOODLE_26_STABLE
This commit is contained in:
+3
-1
@@ -186,8 +186,10 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
// Only set the zindex if we found a wrapper.
|
||||
zindexvalue = (highestzindex + 1).toString();
|
||||
bb.setStyle('zIndex', zindexvalue);
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
this.set('zIndex', zindexvalue);
|
||||
if (this.get('modal')) {
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
}
|
||||
this._calculatedzindex = true;
|
||||
}
|
||||
},
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+3
-1
@@ -186,8 +186,10 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
// Only set the zindex if we found a wrapper.
|
||||
zindexvalue = (highestzindex + 1).toString();
|
||||
bb.setStyle('zIndex', zindexvalue);
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
this.set('zIndex', zindexvalue);
|
||||
if (this.get('modal')) {
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
}
|
||||
this._calculatedzindex = true;
|
||||
}
|
||||
},
|
||||
|
||||
+3
-1
@@ -157,8 +157,10 @@ Y.extend(DIALOGUE, Y.Panel, {
|
||||
// Only set the zindex if we found a wrapper.
|
||||
zindexvalue = (highestzindex + 1).toString();
|
||||
bb.setStyle('zIndex', zindexvalue);
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
this.set('zIndex', zindexvalue);
|
||||
if (this.get('modal')) {
|
||||
ol.setStyle('zIndex', zindexvalue);
|
||||
}
|
||||
this._calculatedzindex = true;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user