Bug #3156485 Unable to add a new user using Google Chrome

This commit is contained in:
Marc Delisle
2011-01-15 10:31:11 -05:00
parent e7d9457431
commit 46c412c997

View File

@@ -209,6 +209,9 @@ $(document).ready(function() {
.dialog({ .dialog({
title: PMA_messages['strAddNewUser'], title: PMA_messages['strAddNewUser'],
width: 800, width: 800,
// height is a workaround for this Chrome problem:
// http://bugs.jqueryui.com/ticket/4671
height: 700,
modal: true, modal: true,
buttons: button_options buttons: button_options
}); //dialog options end }); //dialog options end