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

IE8 support #56

Open
praswebdev opened this issue Jan 20, 2015 · 5 comments
Open

IE8 support #56

praswebdev opened this issue Jan 20, 2015 · 5 comments
Labels

Comments

@praswebdev
Copy link

Hi,
Do you have IE8 support?
Also would like to attach the right and left arrow key events to move the slider.

@darul75
Copy link
Owner

darul75 commented Jan 21, 2015

Well ;) i need to check, which angular version ?

@praswebdev
Copy link
Author

AngularJS v1.2.18
getting Invalid argument. when tested in IE8

@darul75
Copy link
Owner

darul75 commented Jan 22, 2015

well, I got a lot of errors too while testing on IE8 and debugging tools so frustrating, I will try again but it is difficult to spend time on this

@praswebdev
Copy link
Author

looks like you are using pageX and pageY which is not defined in IE8. Used clientX and cientY, if pageX is undefined and worked in IE8

@darul75
Copy link
Owner

darul75 commented Feb 18, 2015

It could be a solution if you can make PR i will test it but code is quite tricky now and maybe few other properties not handle well by ie

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

2 participants