odoo/addons/web
Xavier Morel a7ad740fa2 [FIX] ignore blur event on m2o input during autocompletion or if a sub-popup is open
jquery.ui.autocomplete does quite a bit of focus-setting during and
around itself, leading to blur events being triggered outside
expectations (e.g. after an action has been selected and the dropdown
has been closed due to the action opening a popup whose content gets
focused somehow).

Really, the guy who implemented o2m's autosave-on-blur should be shot.

Wait, that would be me.

bzr revid: xmo@openerp.com-20120808151843-et2r8hplxxyqc7v6
2012-08-08 17:18:43 +02:00
..
common [FIX] remove "/mobile" hardcoded redirect 2012-08-08 13:48:18 +02:00
controllers [IMP] home controller 2012-08-08 13:41:10 +02:00
i18n Launchpad automatic translations update. 2012-08-08 04:46:44 +00:00
static [FIX] ignore blur event on m2o input during autocompletion or if a sub-popup is open 2012-08-08 17:18:43 +02:00
test [FIX] dependencies handling in modules listing of web client 2012-03-06 15:20:10 +01:00
test_support [ADD] nonliterals in dataset tests 2012-02-27 09:51:28 +01:00
__init__.py [FIX] imports to handle conflicts with e.g. web.py in embedded mode 2012-02-10 11:34:26 +01:00
__openerp__.py [REM]remove view editor unnecessary code. 2012-08-01 16:49:29 +05:30