We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With https://chromium-review.googlesource.com/c/chromium/src/+/5085708 which got enabled by default since Chromium 128 via https://chromium-review.googlesource.com/c/chromium/src/+/5693338, the rect values from getBoundingClientRect calls will be adjusted to the page zoom rather than css zoom values.
getBoundingClientRect
I have listed the callsites that need confirmation if they are prepared for this feature.
The text was updated successfully, but these errors were encountered:
After going through the listed callsites, the following changes need to be adjusted for the new behavior
85bf8af a1b53fd
Sorry, something went wrong.
deepak1556
Successfully merging a pull request may close this issue.
With https://chromium-review.googlesource.com/c/chromium/src/+/5085708 which got enabled by default since Chromium 128 via https://chromium-review.googlesource.com/c/chromium/src/+/5693338, the rect values from
getBoundingClientRect
calls will be adjusted to the page zoom rather than css zoom values.I have listed the callsites that need confirmation if they are prepared for this feature.
The text was updated successfully, but these errors were encountered: