odoo/addons/web/static/src/js
Xavier Morel 0821af1af9 [FIX] close autocomplete listing on input
Closing previously occured on search request (so that a user wouldn't be able
to select "old" data on new search request), but ``search`` is only triggered
after the search delay. Worked when delay was 0, with it being moved to 250 a
user can get results matching the previous search instead of the current one.

Trigger a closing of the current results list on any ``input`` event, which is
when text is entered in any of the searchview's ``InputView``.

bzr revid: xmo@openerp.com-20140210123416-cfc0x24bfkiv4lse
2014-02-10 13:34:16 +01:00
..
boot.js [FIX] regression that made the qweb modules be loaded 2 times 2013-08-07 11:54:57 +02:00
chrome.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00
core.js [REM] Removed Login from webclient 2014-01-13 18:38:08 +01:00
data.js [FIX] simplify a computation of raw_fields to make sure it doesn't crash (_.contains expects a list, and not a string) (addon web) 2014-01-30 16:37:00 +01:00
data_export.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00
formats.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00
openerpframework.js [MERGE] trunk-website-al 2014-01-31 01:52:02 +01:00
pyeval.js [MERGE] [ADD] ways to correctly handle local datetimes in e.g. domains 2014-01-28 14:37:06 +01:00
search.js [FIX] close autocomplete listing on input 2014-02-10 13:34:16 +01:00
test_support.js [IMP] Removed old JavaScript module loading system in the 'web' addons. Still has some retro-compatibility for other addons. 2013-08-06 14:50:22 +02:00
testing.js [FIX] modules initialization when testing 2014-01-31 16:26:40 +01:00
view_form.js [MERGE] trunk-website-al 2014-01-31 01:52:02 +01:00
view_list.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00
view_list_editable.js [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9770 revid:chs@openerp.com-20140116154645-sy4zhdgqc48xaqbx 2014-01-16 17:14:15 +01:00
view_tree.js [MERGE] point_of_sale: various fixes and improvements 2013-09-11 17:59:21 +02:00
views.js [MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0 2014-03-18 12:27:43 +01:00