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

style: optimize paint by putting contain: strict #5461

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

stephanwlee
Copy link
Contributor

Notice that mouse move was causing large paints that it should not.
Putting contain: strict which informs browser to put a bound to style
calculation helped alleviate the issue.

Repro: in time series dashboard, with "Rendering > Paint Flashing"
option enabled, mouse move in the dashboard.

Notice that mouse move was causing large paints that it should not.
Putting `contain: strict` which informs browser to put a bound to style
calculation helped alleviate the issue.

Repro: in time series dashboard, with "Rendering > Paint Flashing"
option enabled, mouse move in the dashboard.
@stephanwlee stephanwlee merged commit b8467b9 into tensorflow:master Dec 14, 2021
@stephanwlee stephanwlee deleted the paint branch December 14, 2021 03:44
yatbear pushed a commit to yatbear/tensorboard that referenced this pull request Mar 27, 2023
Notice that mouse move was causing large paints that it should not.
Putting `contain: strict` which informs browser to put a bound to style
calculation helped alleviate the issue.

Repro: in time series dashboard, with "Rendering > Paint Flashing"
option enabled, mouse move in the dashboard.
dna2github pushed a commit to dna2fork/tensorboard that referenced this pull request May 1, 2023
Notice that mouse move was causing large paints that it should not.
Putting `contain: strict` which informs browser to put a bound to style
calculation helped alleviate the issue.

Repro: in time series dashboard, with "Rendering > Paint Flashing"
option enabled, mouse move in the dashboard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants