odoo/addons/web/static/src
Xavier Morel 021086d5a8 [FIX] Search view's drawer closing unexpectedly when using the date widget
jquery-ui's date picker (at least in currently used version) lets
*some* (but not all) clicks go through. The date picker dialog is
added directly to the page body so capturing clicks in a parent widget
doesn't work, and these "stray" bubbling clicks will trigger the
global bus's "click" event.

Add a capturing (and stopPropagation-ing) of these clicks in our
wrapper to jquery-ui's datepicker to avoid the issue.

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

bzr revid: xmo@openerp.com-20130225110614-p7dmmjd41xdxescy
2013-02-25 12:06:14 +01:00
..
css [FIX] Fixed layout 2013-02-18 12:08:02 +01:00
font Improved view switcher icons 2012-05-11 17:42:48 +02:00
img [FIX] minor css fix 2013-01-31 11:48:04 +01:00
js [FIX] Search view's drawer closing unexpectedly when using the date widget 2013-02-25 12:06:14 +01:00
xml [FIX] db manager: allow creating databases with a leading digit - useful for naming version-specific databases 2013-02-25 11:23:50 +01:00