-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Disable ScrollToTextFragment #8342
Comments
https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7%5E%21/#F0 - This is enabled in Chromium using Finch, will be enabled by default in M81. |
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
Fixes brave/brave-browser#8342 Chromium change: https://chromium.googlesource.com/chromium/src/+/62f8d5f096b174d05cd7f716585983df483024d7 commit 62f8d5f096b174d05cd7f716585983df483024d7 Author: Nick Burris <nburris@chromium.org> Date: Thu Jan 16 22:54:51 2020 +0000 Enable Scroll To Text by default Enables scroll to text by default for M81. Note we plan to launch via Finch for M80. Intent to ship with LGTMs: https://groups.google.com/a/chromium.org/d/msg/blink-dev/zlLSxQ9BA8Y/t-_3pAiSAwAJ This patch also updates web platform test expectations: - scroll-to-text-fragment.html now passes; it just needed an extra rAF for the fallback to element anchor behavior. - scroll-to-text-fragment-security.html has two expected failures, as they need to be updated to test cross-origin navigations. I'll make this change in a follow-up patch to close bug 1042311. Bug: 919204
@LaurenWags - added the test plan to the description, let me know if you need more details. |
Verified passed with
Verification passed on
Verification passed on
|
but why? This is a useful feature and its risks are (could be?) avoidable. Could it be optional at least? |
Hey guys, disabling this feature without any recourse is not acceptable. I use this a lot so could you please at least make it togglable. It should be a user's choice, a user's decision whether to enable this or not. |
I've opened a new issue to formally request they re-add this flag: #42393 Please comment/vote over there as comments on closed PRs and issues likely wont get seen. |
https://www.theregister.co.uk/2020/02/20/chrome_deploys_deeplinking/
Test Plan
Domain
should not be highlighted. This works on chrome.The text was updated successfully, but these errors were encountered: