[FIX] correctly compute mouse click coords
authorGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 07:21:30 +0000 (09:21 +0200)
committerGéry Debongnie <ged@odoo.com>
Fri, 30 May 2014 07:21:30 +0000 (09:21 +0200)
commit6f436a2a0e12f6f7a1469e67e8d02c8e2393c56e
tree2c961bce0a38c6e1abc40b4b06495a4e944e0ea5
parentf4bcf5fa286982fe522b954827e5eac07651437b
[FIX] correctly compute mouse click coords

in graph view, when the user click on the pivot table.  It was
calculated with pageX, pageY and positioned with 'absolute'. However,
the main view is now also positionod, so the dropdown menu was not
where it should be.
addons/web_graph/static/src/js/graph_widget.js