-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Avoid browser paint in the editor #46199
Comments
Hey @corentin-gautier , thank you for opening those PRs! Just wanted to let you know that I won't be around to continue reviewing those PRs in the next weeks, but I've made sure to add other folks as reviewers — so please feel free to ping them in case the reviews go stale without me |
Hi @ciampo, I have open a new PR regarding the scroll areas issues : could you take a look at it or assign someone with knowledge of this area ? This would help close this issue 🙂 |
I have also open this issue regarding js perfs #47619 |
Agreed, we can close this issue since it was mostly around paint performance. We can treat input lag and overall bundle size separately. Thank you for your great work so far! |
Description
This issue tracks the various PR I have open around avoiding browser paint in the editor as requested by @ciampo in #45545 (review):
There are still paint issues that do not have a PR right now, they are related to the fact that the scroll areas are set to
overflow: auto;
, but setting overflow toscroll
breaks the full site editor. Someone with a deeper knowledge of this area might find the solution.EDIT : This PR should fix the issue with the scrollbars :
The text was updated successfully, but these errors were encountered: