odoo/addons/web/static/test
Xavier Morel 3c5d38918b [FIX] filter preceded by an invisible filter in the same group
On click on a filter in the drawer, FilterGroup would just match the
offset of the filter in the group's DOM with an index in the internal
#filters array. 

This worked until invisible fields, and then again only for filters
*preceded* by an invisible sibling in the same group: invisible
filters are not rendered in the DOM, so the indexes would get out of
sync.

Fix by using explicit indexes stored in a filter's @data-index and
using that to get the filter object/node.

An alternative fix (but hackier I think): instead of not rendering
invisible filters, render them with display: none. Remains an option
in the future if needed...

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

bzr revid: xmo@openerp.com-20130321155123-211iht7c6zme712e
2013-03-21 16:51:23 +01:00
..
fulltest [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then' 2012-10-30 15:06:30 +01:00
Widget.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
class.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
evals.js [FIX] pyeval: argspec of relativedelta 2013-03-18 11:52:44 +01:00
form.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
formats.js [IMP] Added some test cases for the float_time 2013-01-23 15:01:55 +05:30
fulltest.html [IMP] update test runner pages, fix intermittent failure due to async test which didn't stop the test runner 2012-09-05 17:19:14 +02:00
list-editable.js [IMP] Changed tests according to new client side fields view get 2012-12-05 17:06:56 +01:00
list-utils.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
list.js [IMP] Changed tests according to new client side fields view get 2012-12-05 17:06:56 +01:00
mutex.js [FIX] problem in editable list o2m when hitting the enter button rapidly 2012-11-16 16:12:48 +01:00
qunit-doc.js rename base into web part1 2011-09-05 13:03:09 +02:00
registry.js [IMP] port basic/existing tests to new framework, apart from editor stuff 2012-10-26 11:21:44 +02:00
rpc.js [MERGE] from trunk, fix/adapt some tests 2012-11-16 11:08:40 +01:00
search.js [FIX] filter preceded by an invisible filter in the same group 2013-03-21 16:51:23 +01:00
testing.js [REM] test runner feature which probably caused more trouble than it caught 2012-11-16 11:55:54 +01:00