bug 13582: UI freezes because of pressing Escape key

status 13582: resolved fixed
reviewed-by: brian
This commit is contained in:
Brian Federle 2012-04-05 13:41:35 -07:00
parent 6e395c38d0
commit e9eff2a11c
3 changed files with 4 additions and 0 deletions

View File

@ -714,6 +714,7 @@
title: _l('label.vm.add'),
width: 800,
height: 570,
closeOnEscape: false,
zIndex: 5000
})
.closest('.ui-dialog').overlay();

View File

@ -596,6 +596,7 @@
$selector.dialog({
title: _l('label.select.project'),
dialogClass: 'project-selector-dialog',
closeOnEscape: false ,
width: 420
}).closest('.ui-dialog').overlay();
}
@ -656,6 +657,7 @@
var addProject = function() {
pageElems.newProjectForm().dialog({
title: 'New Project',
closeOnEscape: false,
width: 760
}).closest('.ui-dialog').overlay();
};

View File

@ -1197,6 +1197,7 @@
return $wizard.dialog({
title: 'Add zone',
closeOnEscape: false,
width: 750,
height: 665,
zIndex: 5000,