The branch, master has been updated
       via  46c412c99730967d12373c40b2cca0db7130e368 (commit)
      from  e7d9457431c6249334724958ef28832626aa4913 (commit)


- Log -----------------------------------------------------------------
commit 46c412c99730967d12373c40b2cca0db7130e368
Author: Marc Delisle <[email protected]>
Date:   Sat Jan 15 10:31:11 2011 -0500

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

-----------------------------------------------------------------------

Summary of changes:
 js/server_privileges.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to