[IMP] Small focus improvement in kanban quick create

bzr revid: nicolas.vanhoren@openerp.com-20121029101452-quivvbjmyehu6x1s
This commit is contained in:
niv-openerp 2012-10-29 11:14:52 +01:00
parent f9585ff4f0
commit 987ae161a3
1 changed files with 1 additions and 0 deletions

View File

@ -1040,6 +1040,7 @@ instance.web_kanban.QuickCreate = instance.web.Widget.extend({
});
$(".oe_kanban_quick_create_add", this.$el).click(function () {
self.quick_add();
self.focus();
});
$(".oe_kanban_quick_create_close", this.$el).click(function (ev) {
ev.preventDefault();