You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: