odoo/addons/web
Xavier Morel c3368bf2bb [FIX] use native DOM methods to programmatically set focus on an element
jQuery breaks the expected ordering of triggered consequential events
to a focusing (a blur event on the source field, a focus event on the
destination one), which in turn breaks the expectations of the
auto-saving o2m, making the o2m field attempt to auto-save immediately
after having saved a row (via the [Return] key) e.g. create a new row
in a list o2m, press [Return], the widget creates a new empty row and
immediately tries to save it resulting — depending on the view's setup
— in either an empty row being saved or a bunch of fields being marked
as invalid even though the user hasn't done anything yet.

Bypass jquery to avoid this issue.

jQuery tracker ref: http://bugs.jquery.com/ticket/12094

bzr revid: xmo@openerp.com-20120717130251-q2cjoj6rkxh0bvdq
2012-07-17 15:02:51 +02:00
..
common [IMP] customized werkzeug cache handling for static files 2012-07-11 12:27:13 +02:00
controllers [IMP] removed js file arguments in debug mode to ease debugging 2012-07-09 15:45:16 +02:00
i18n Launchpad automatic translations update. 2012-07-09 04:50:53 +00:00
static [FIX] use native DOM methods to programmatically set focus on an element 2012-07-17 15:02:51 +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 [FIX] problem with textext and ie8 2012-06-26 14:24:25 +02:00