[FIX] kanban: remove container=element for tooltips on kanban
authorCedric Snauwaert <csn@openerp.com>
Wed, 8 Oct 2014 09:54:31 +0000 (11:54 +0200)
committerCedric Snauwaert <csn@openerp.com>
Wed, 8 Oct 2014 09:54:31 +0000 (11:54 +0200)
addons/web_kanban/static/src/js/kanban.js

index ec77cd3..1f84efa 100644 (file)
@@ -947,7 +947,6 @@ instance.web_kanban.KanbanRecord = instance.web.Widget.extend({
         this.$el.find('[title]').each(function(){
             $(this).tooltip({
                 delay: { show: 500, hide: 0},
-                container: $(this),
                 title: function() {
                     var template = $(this).attr('tooltip');
                     if (!self.view.qweb.has_template(template)) {