Vishmita Jadeja (openerp) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-bug-916352-vja into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)
Related bugs:
  Bug #916352 in OpenERP Web: ""The following fields are invalid" dialog is too 
quick"
  https://bugs.launchpad.net/openerp-web/+bug/916352

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-916352-vja/+merge/89234

Notification should display over the dialog.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-916352-vja/+merge/89234
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-bug-916352-vja.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-01-18 13:04:03 +0000
+++ addons/web/static/src/css/base.css	2012-01-19 13:05:38 +0000
@@ -83,7 +83,7 @@
     border-bottom-left-radius: 8px;
 }
 .openerp .oe_notification {
-    z-index: 1001;
+    z-index: 1050;
     display: none;
 }
 .openerp .oe_notification * {

=== modified file 'addons/web/static/src/js/chrome.js'
--- addons/web/static/src/js/chrome.js	2012-01-18 16:17:35 +0000
+++ addons/web/static/src/js/chrome.js	2012-01-19 13:05:38 +0000
@@ -17,7 +17,7 @@
     start: function() {
         this._super.apply(this, arguments);
         this.$element.notify({
-            speed: 500,
+            speed: 800,
             expires: 1500
         });
     },

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to