Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-addons_23-mdi into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-addons_23-mdi/+merge/135820
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-addons_23-mdi/+merge/135820
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-addons_23-mdi.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-11-22 13:35:55 +0000
+++ addons/web/static/src/css/base.css	2012-11-23 05:49:20 +0000
@@ -652,7 +652,7 @@
   cursor: pointer;
 }
 .openerp .oe_dropdown_toggle {
-  color: rgba(0, 0, 0, 0.3);
+  color: #4C4C4C;
   font-weight: normal;
 }
 .openerp .oe_dropdown_hover:hover .oe_dropdown_menu, .openerp .oe_dropdown_menu.oe_opened {

=== modified file 'addons/web/static/src/js/coresetup.js'
--- addons/web/static/src/js/coresetup.js	2012-11-21 14:43:20 +0000
+++ addons/web/static/src/js/coresetup.js	2012-11-23 05:49:20 +0000
@@ -119,6 +119,9 @@
     },
     session_logout: function() {
         this.set_cookie('session_id', '');
+        var url = "#";
+        $.bbq.pushState(url);
+        window.location.search = "";
         return this.rpc("/web/session/destroy", {});
     },
     get_cookie: function (name) {

=== modified file 'addons/web/static/src/js/view_form.js'
--- addons/web/static/src/js/view_form.js	2012-11-22 13:35:55 +0000
+++ addons/web/static/src/js/view_form.js	2012-11-23 05:49:20 +0000
@@ -2538,7 +2538,7 @@
     initialize_content: function() {
         var self = this;
         this.$textarea = this.$el.find('textarea');
-        this.default_height = this.$textarea.css('height');
+        this.default_height = this.$textarea.css('height',0);
         if (!this.get("effective_readonly")) {
             this.$textarea.change(_.bind(function() {
                 self.internal_set_value(instance.web.parse_value(self.$textarea.val(), self));

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : openerp-dev-gtk@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to