[FIX] fix bouncing problem on create/import buttons
authorGéry Debongnie <ged@odoo.com>
Mon, 27 Oct 2014 13:50:38 +0000 (14:50 +0100)
committerGéry Debongnie <ged@odoo.com>
Wed, 29 Oct 2014 07:38:19 +0000 (08:38 +0100)
commit488bb6e803faf7a27b9eb82f3efd5dc8458b472d
tree2dd240a3e30ee5699fae8f12c7bd38ad4c22d95b
parent3b537ec121b2c05a147a0a66b022c913118a9314
[FIX] fix bouncing problem on create/import buttons

the bouncing is supposed to occur when clicking on the area in view list
with no content.  Problem was that the Create button was separated from
the import button while bouncing.  This commit fixes the issue in a not
really subtle way: it instead bounces the whole row.  I tried to find a
better fix, but I don't like jqueryui and i don't want to spend too much
time on this.
addons/web/static/src/js/view_list.js