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

GetBoundingClientRect zoom adjustments #233692

Open
34 tasks done
deepak1556 opened this issue Nov 12, 2024 · 1 comment · May be fixed by #234970
Open
34 tasks done

GetBoundingClientRect zoom adjustments #233692

deepak1556 opened this issue Nov 12, 2024 · 1 comment · May be fixed by #234970
Assignees
Labels
debt Code quality issues engineering VS Code - Build / issue tracking / etc.
Milestone

Comments

@deepak1556
Copy link
Collaborator

deepak1556 commented Nov 12, 2024

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.

@deepak1556 deepak1556 self-assigned this Nov 12, 2024
@deepak1556 deepak1556 added this to the On Deck milestone Nov 12, 2024
@deepak1556
Copy link
Collaborator Author

After going through the listed callsites, the following changes need to be adjusted for the new behavior

85bf8af
a1b53fd

@deepak1556 deepak1556 added debt Code quality issues engineering VS Code - Build / issue tracking / etc. labels Dec 2, 2024
@deepak1556 deepak1556 modified the milestones: On Deck, February 2025 Jan 27, 2025
@joaomoreno joaomoreno modified the milestones: February 2025, Backlog Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality issues engineering VS Code - Build / issue tracking / etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants