[FIX]tooltip: should not use placement auto since it is currently bugged in bootstrap

(see: https://github.com/twbs/bootstrap/issues/13268)

bzr revid: csn@openerp.com-20140417095944-3k2c8829tm6lmxmo
This commit is contained in:
Cedric Snauwaert 2014-04-17 11:59:44 +02:00
parent 77172b410b
commit 336fba01e5
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ instance.web.unblockUI = function() {
/* Bootstrap defaults overwrite */
$.fn.tooltip.Constructor.DEFAULTS.placement = 'auto top';
$.fn.tooltip.Constructor.DEFAULTS.placement = 'bottom';
$.fn.tooltip.Constructor.DEFAULTS.html = true;
/**