-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Cross browser <:Window> scrollX / scrollY support #1175
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
Comments
Based on feedback, only doing |
Rich-Harris
added a commit
that referenced
this issue
Feb 25, 2018
Released 1.56.1 with the fix, thank you! |
This was referenced Mar 14, 2018
7nik
pushed a commit
to 7nik/svelte
that referenced
this issue
Apr 9, 2025
* first draft march * PR feedback * Update apps/svelte.dev/content/blog/2025-03-01-whats-new-in-svelte-march-2025.md Co-authored-by: Simon H <[email protected]> * format * Update apps/svelte.dev/content/blog/2025-03-01-whats-new-in-svelte-march-2025.md --------- Co-authored-by: Simon H <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollY#Notes
I think it's right to leave the names as
scrollX
andscrollY
in Svelte; but for backwards compatibilitypageYOffset
is more supported. We'll do both here.The text was updated successfully, but these errors were encountered: