-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Scrolling Events #1374
Comments
Can you please provide some more details, about what exactly is not working, and optimally a small repro setup? |
I am also facing the same issue. When I add "window.scrollTo(100, 400);" PhantomJS always returns 0. However this works fine while I switch to Chrome. |
@kand did you find any solution with this? |
@dignifiedquire I am on the same boat as @kand let me know if I can provide any details. |
Unfortunately, I just ended up using Chrome instead. The ticket I referenced goes over basically the exact same issue I was having. |
@kand yeah in my case, using chrome is not a option. |
This sounds like a potential PhantomJS issue. This doesn't sound like the responsibility of karma. This sounds like a relevant piece of information though: ariya/phantomjs#10162 . FWIW, I want to create support for headless Chrome/Chromium, so that should probably address this problem once that is done. |
Closing as per above. PhantomJS is archived and it is better to use headless Chrome or Firefox now. |
I'm unable to test scrolling events via changing scrollTop, scrollTop will always come out as 0. I believe this was covered and incorrectly closed in ticket: #345.
The text was updated successfully, but these errors were encountered: