odoo/addons/web/static/src/js
Xavier Morel a060b1400b [FIX] SelectCreatePopup: append search view at the right position in the DOM
Old error had added the list and the search at the same place of the
popup, leading to strange interactions as the search view is floated
to the right: in Firefox the search view would be hidden behind the
list (completely), in Chrome the search view would be visible but
"overlaid" with a transparent section of the list, and (tentative)
clicks on the search view would have no effect as they'd actually be
done on and in the list view.

bzr revid: xmo@openerp.com-20121019110804-3kg91rro91isp771
2012-10-19 13:08:04 +02:00
..
boot.js [IMP] load all modules at boot in single db mode 2012-08-13 00:29:01 +02:00
chrome.js [FIX] Fixed on_loaded in Menu and Search. 2012-10-18 10:50:28 +02:00
corelib.js [FIX] remove console.log 2012-10-18 22:31:18 +02:00
coresetup.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
data.js [FIX] group_by_no_leaf handling 2012-10-17 13:07:50 +02:00
data_export.js [MERGE] callback2deferred session.rpc 2012-10-06 18:32:38 +02:00
dates.js [imp] refactored dates.js 2012-04-17 13:58:05 +02:00
formats.js [FIX] Small problem with formatting 2012-10-15 15:56:07 +02:00
search.js [FIX] various listview issues 2012-10-18 17:01:08 +02:00
test_support.js [IMP] remove OpenERP Enterprise old code 2012-08-27 23:32:12 +02:00
view_form.js [FIX] SelectCreatePopup: append search view at the right position in the DOM 2012-10-19 13:08:04 +02:00
view_list.js [FIX] various listview issues 2012-10-18 17:01:08 +02:00
view_list_editable.js [FIX] various listview issues 2012-10-18 17:01:08 +02:00
view_tree.js [IMP]In rpc method remove callback and modify relate code 2012-10-03 17:58:36 +05:30
views.js [FIX] Fixed event name. 2012-10-18 14:46:07 +02:00