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

IE 10 Bug #9

Open
meezyart opened this issue Sep 22, 2015 · 2 comments
Open

IE 10 Bug #9

meezyart opened this issue Sep 22, 2015 · 2 comments
Assignees
Labels

Comments

@meezyart
Copy link

When viewing your component in IE 10 the indicator jumps to the min value on slide.

This can be seen with your demo and

if you dont have ie 10
( you can use the most recent ie and change the rendering to ie 10)

also happens in ie 9 but who cares

@senthilporunan senthilporunan self-assigned this Sep 22, 2015
@meezyart
Copy link
Author

i think I got something going

I changed the cursor varibles from
var cursor = {
x: e.offsetX || e.layerX,
y: e.offsetY || e.layerY
};

to

var cursor = {
x: e.layerX,
y: e.layerY
};

seemed to work after that any idea why?

@princejwesley
Copy link
Owner

@meezyart expectation is, layerX/Y will be used when offsetX/Y has not set. I think, offsetX/Y has some truthy value(not zero in our case). I dont have windows machine at the moment. I'll look into that. Thanks :-)

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

No branches or pull requests

3 participants