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 bug with recent jquery #27

Open
scathaig opened this issue Feb 23, 2012 · 0 comments
Open

scrolling bug with recent jquery #27

scathaig opened this issue Feb 23, 2012 · 0 comments

Comments

@scathaig
Copy link

xkcdfools uses jquery 1.4.2 which causes warning messages now in chrome ("event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the engine in the near future.")

this issue is fixed in jquery 1.7 but when using this version scrolling does not work. this can be fixed by using ".prop('scrollHeight')" instead of ".attr('scrollHeight')" in line 243 and 387 of cli.js

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

1 participant