[IMP] change bounding function of tipsy to try to avoid tooltips being cut off

lp bug: https://launchpad.net/bugs/924286 fixed

bzr revid: xmo@openerp.com-20120131155208-ugzig1m90y4a86gk
This commit is contained in:
Xavier Morel 2012-01-31 16:52:08 +01:00
parent 4bee4fe7fc
commit b9cb00f8de
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ openerp.web.form.Widget = openerp.web.OldWidget.extend(/** @lends openerp.web.fo
debug: openerp.connection.debug,
widget: widget
})},
gravity: $.fn.tipsy.autoNS,
gravity: $.fn.tipsy.autoBounds(50, 'n'),
html: true,
opacity: 0.85,
trigger: 'hover'