Thanks to visit codestin.com
Credit goes to github.com

Skip to content

style: optimize paint by putting contain: strict#5461

Merged
stephanwlee merged 1 commit into
tensorflow:masterfrom
stephanwlee:paint
Dec 14, 2021
Merged

style: optimize paint by putting contain: strict#5461
stephanwlee merged 1 commit into
tensorflow:masterfrom
stephanwlee:paint

Conversation

@stephanwlee
Copy link
Copy Markdown
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