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

Scrolling Events #1374

Closed
kand opened this issue Apr 15, 2015 · 8 comments
Closed

Scrolling Events #1374

kand opened this issue Apr 15, 2015 · 8 comments

Comments

@kand
Copy link

kand commented Apr 15, 2015

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.

@dignifiedquire
Copy link
Member

Can you please provide some more details, about what exactly is not working, and optimally a small repro setup?

@hydhaval
Copy link

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.

@hydhaval
Copy link

@kand did you find any solution with this?

@hydhaval
Copy link

@dignifiedquire I am on the same boat as @kand let me know if I can provide any details.

@kand
Copy link
Author

kand commented May 22, 2015

Unfortunately, I just ended up using Chrome instead. The ticket I referenced goes over basically the exact same issue I was having.

@hydhaval
Copy link

@kand yeah in my case, using chrome is not a option.

@wesleycho
Copy link
Member

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.

@devoto13
Copy link
Collaborator

devoto13 commented May 19, 2020

Closing as per above. PhantomJS is archived and it is better to use headless Chrome or Firefox now.

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

No branches or pull requests

5 participants