odoo/addons/web/static
Nicolas Martinelli 2559b2cf4f [FIX] web: statusbar click
When the statusbar is clicked, a `debounce` function prevents a
doucle-click, and therefore making several `write` calls. On some status
bars, clicking doesn't work anymore.

The reason is because, in some mysterious cases, the event is propagated
to the parent. The `currentTarget` is not the `li` element, but the
parent `ul`. By setting the `immediate` argument to `true` (execute the
first function instead of the last), this solves the issue.
2016-09-02 10:27:41 +02:00
..
lib [FIX] web: datejs Spanish long format 2015-12-09 08:56:00 +01:00
src [FIX] web: statusbar click 2016-09-02 10:27:41 +02:00
test [FIX] py.js: unhandled prefix `not` 2015-11-19 13:54:26 +01:00