MDL-35771 lower the index values in file related code to prevent dragging problems in YUI

This commit is contained in:
Petr Škoda
2012-10-21 14:37:10 +08:00
parent 7e8ae12a7a
commit e13b330d49
3 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -461,7 +461,7 @@ M.form_dndupload.init = function(Y, options) {
this.msg_dlg = new Y.Panel({
srcNode : this.msg_dlg_node,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
@@ -577,7 +577,7 @@ M.form_dndupload.init = function(Y, options) {
var process_dlg = new Y.Panel({
srcNode : node,
headerContent: M.str.repository.fileexistsdialogheader,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
+4 -4
View File
@@ -104,7 +104,7 @@ M.form_filemanager.init = function(Y, options) {
this.selectnode.generateID();
this.selectui = new Y.Panel({
srcNode : this.selectnode,
zIndex : 600000,
zIndex : 6000,
centered : true,
modal : true,
close : true,
@@ -237,7 +237,7 @@ M.form_filemanager.init = function(Y, options) {
this.msg_dlg = new Y.Panel({
srcNode : this.msg_dlg_node,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
@@ -305,7 +305,7 @@ M.form_filemanager.init = function(Y, options) {
var node = Y.Node.createWithFilesSkin(M.form_filemanager.templates.mkdir);
this.mkdir_dialog = new Y.Panel({
srcNode : node,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
@@ -707,7 +707,7 @@ M.form_filemanager.init = function(Y, options) {
node.generateID();
this.confirm_dlg = new Y.Panel({
srcNode : node,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
+5 -5
View File
@@ -710,7 +710,7 @@ M.core_filepicker.init = function(Y, options) {
this.process_dlg = new Y.Panel({
srcNode : node,
headerContent: M.str.repository.fileexistsdialogheader,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
@@ -752,7 +752,7 @@ M.core_filepicker.init = function(Y, options) {
this.msg_dlg = new Y.Panel({
srcNode : this.msg_dlg_node,
zIndex : 800000,
zIndex : 8000,
centered : true,
modal : true,
visible : false,
@@ -1024,7 +1024,7 @@ M.core_filepicker.init = function(Y, options) {
var nextpage = this.active_repo.page+1;
var args = {
page: nextpage,
repo_id: this.active_repo.id,
repo_id: this.active_repo.id
};
var action = this.active_repo.issearchresult ? 'search' : 'list';
this.request({
@@ -1280,7 +1280,7 @@ M.core_filepicker.init = function(Y, options) {
this.mainui = new Y.Panel({
srcNode : this.fpnode,
headerContent: M.str.repository.filepicker,
zIndex : 500000,
zIndex : 5000,
centered : true,
modal : true,
visible : false,
@@ -1301,7 +1301,7 @@ M.core_filepicker.init = function(Y, options) {
set('id', 'filepicker-select-'+client_id);
this.selectui = new Y.Panel({
srcNode : this.selectnode,
zIndex : 600000,
zIndex : 6000,
centered : true,
modal : true,
close : true,