[FIX] extend revid:fme@openerp.com-20120117124417-k3vdiktc93gl99fi to all instances of Firefox

bug randomly happens on FF 9.0.1/OSX as well

bzr revid: xmo@openerp.com-20120119114614-6br6qj4byhy0ct1a
This commit is contained in:
Xavier Morel 2012-01-19 12:46:14 +01:00
parent c5845be244
commit 766c664d6d
1 changed files with 1 additions and 1 deletions

View File

@ -792,7 +792,7 @@ openerp.web.form.Widget = openerp.web.Widget.extend(/** @lends openerp.web.form.
return QWeb.render(template, { "widget": this });
},
do_attach_tooltip: function(widget, trigger, options) {
if ($.browser.mozilla && parseInt($.browser.version.split('.')[0], 10) < 2) {
if ($.browser.mozilla) {
// Unknown bug in old version of firefox :
// input type=text onchange event not fired when tootip is shown
return;