odoo/addons/web
Xavier Morel 2ebaa6f666 [FIX] searchview drawer closing when clicking advanced proposition
handler for "global click filtered by whether click target is outside
of search view" executed after prop deletion handler has executed =>
the whole proposition has already been removed from the document and
thus isn't a descendent of the searchview anymore => test matches and
drawer closes.

Altered handler to stop propagation so does not reach global handler.

bzr revid: xmo@openerp.com-20121106144736-l0pde7phf3nake4t
2012-11-06 15:47:36 +01:00
..
controllers [FIX] escape returned database backup and exported data filenames 2012-10-31 17:53:10 +02:00
doc [MERGE] Latest trunk. 2012-10-18 14:23:24 +02:00
i18n Launchpad automatic translations update. 2012-11-06 05:12:57 +00:00
static [FIX] searchview drawer closing when clicking advanced proposition 2012-11-06 15:47:36 +01:00
test_support [IMP] remove OpenERP Enterprise old code 2012-08-27 23:32:12 +02:00
tests [FIX] web/tests: `import openerp.addons.web` instead of `import web`. 2012-10-15 15:49:18 +02:00
__init__.py web remove common, fix imports 2012-10-10 22:37:53 +02:00
__openerp__.py [REM] import from core, moving to module 2012-09-11 08:36:07 +02:00
http.py [IMP] http dispatching decorators 2012-10-23 16:14:41 +02:00
nonliterals.py web remove common, fix imports 2012-10-10 22:37:53 +02:00
session.py web remove common, fix imports 2012-10-10 22:37:53 +02:00