Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flotr2 Mouse Tracker for graphs not working in chrome 32 version #268

Closed
arun-reddy-g opened this issue Feb 19, 2014 · 6 comments
Closed

Comments

@arun-reddy-g
Copy link

I am Using Flotr2 graphs in my site and mouse tracker is not working as excepted , well it works fine in firefox and ie and even in chrome 27 version , but not in chrome 32.

I even checked with the demo in humble soft site in chrome and the issue is same.

flotr2

Actually i was not able to take the print screen with mouse cursor but i pointed the same spot where i had my mouse with a red spot in the picture attached .

I tried to debug the js and in function "closest " but in plugin it is returning improper x and y values . Please check this issue.

Please let me know i you have any quries.

@masatatsu
Copy link

It occurs in Firefox27.0.1 too.
It was improved by resetting Firefox, However, it did not work again in few days.
(Firefox Menu -> Help -> troubleshooting -> reset firefox.)

In addition,
The position that a mouse appoints when I scroll a page in Chrome32/OSX seems to get out of position.
I was able to confirm this in Demos(Basic Bars / Horizontal Bars / Basic Pie).

@cesutherland
Copy link
Member

I think this has to do with the touch vs. mouse events.

Originally, it was safe to use touch events if they existed otherwise use
mouse events. I never made it work with both. Now modern desktop browsers
in certain environments have touch events enabled, and flotr uses those
instead of mouse events.

On Wed, Feb 19, 2014 at 6:27 PM, masatatsu notifications@github.com wrote:

It occurs in Firefox27.0.1 too.
It was improved by resetting Firefox, However, it did not work again in
few days.
Firefox Menu -> Help -> troubleshooting -> reset firefox.

In addition,
The position that a mouse appoints when I scroll a page in Chrome32/OSX
seems to get out of position.
I was able to confirm this in Demos(Basic Bars / Horizontal Bars / Basic
Pie).

Reply to this email directly or view it on GitHubhttps://github.com//issues/268#issuecomment-35580449
.

@fresham
Copy link
Contributor

fresham commented Apr 2, 2014

This works fine for me in the latest Chrome (33.0.1750.152) and Firefox (28.0) on Mac. Is this still a problem on Windows? Can this issue be closed?

@aledeg
Copy link

aledeg commented Apr 2, 2014

It does not work on FF28 on Window 7 64bit

@fresham
Copy link
Contributor

fresham commented Apr 2, 2014

Okay, just thought I'd double check.

@cesutherland
Copy link
Member

Probably this is an issue with the touch events. Currently, Flotr2 only
uses either touch or mouse events.

On Wed, Apr 2, 2014 at 9:00 AM, Cody Frazer notifications@github.comwrote:

Okay, just thought I'd double check.

Reply to this email directly or view it on GitHubhttps://github.com//issues/268#issuecomment-39348421
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants