oxfordinternetinstitute / sigma.js

an open-source lightweight JavaScript graph drawing library
http://sigmajs.org
MIT License
7 stars 2 forks source link

Mouse position is incorrectly detected on Safari #3

Open computermacgyver opened 11 years ago

computermacgyver commented 11 years ago

I do not have access Safari to reproduce this, but Bernie was able to show me an error where the mouse was being detected over the wrong node (by a large range) resulting in strange hover/select issues.

Can any one with Safari reproduce this. This is a problem with the main branch of Sigma and not a regression.

jthrilly commented 11 years ago

I have observed this and discussed it with Bernie in the past. I believe there are issues related to XOffset and YOffset in general, which may also be affecting my attempts to introduce touch event support. As such I propose these issues be investigated together.