[IMP] im_chat: set auto focus on search box
authorAkash Balar <aba@openerp.com>
Wed, 20 Aug 2014 06:21:40 +0000 (11:51 +0530)
committerRichard Mathot <rim@openerp.com>
Thu, 11 Sep 2014 09:27:19 +0000 (11:27 +0200)
addons/im_chat/static/src/js/im_chat.js

index ca701d2..4188d6f 100644 (file)
             this.calc_box();
             var fct =  _.bind(function(place) {
                 this.set("right_offset", place + this.$el.outerWidth());
+                this.$(".oe_im_searchbox").focus();
             }, this);
             var opt = {
                 step: fct,