odoo/addons/web/static
Xavier Morel 71ec2c9439 [FIX] search view field visible through dropdown menu
xmo@openerp.com-20130305093619-s1e5fbl80r7qnk5l added zIndex on wrong
element of search view (view itself instead of just the autocompletion
drop-down) leading to the search view text field being visible over
the "more" section of the menu.

Move zIndex setting to the right place (on the missing
`autocomplete('widget')` indirection, and on open as jquery ui
autocomplete apparently decides to reset the dropdown's z-index each
time it is open)

bzr revid: xmo@openerp.com-20130306110051-1wfhxaylsn71skjp
2013-03-06 12:00:51 +01:00
..
lib Modified to call the placeholder lib in view_form.js 2013-03-01 15:46:53 +01:00
src [FIX] search view field visible through dropdown menu 2013-03-06 12:00:51 +01:00
test [FIX] implement forgotten @invisible handling on search view fields 2013-03-04 16:20:47 +01:00