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

scalars: remove unused tooltip column DOM #3546

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

stephanwlee
Copy link
Contributor

When tooltipColumns become shorter after a change, we currently do not
remove the DOM. This can lead to an awkward UX where a column in the
tooltip never updates and go stale.

This change removes the tooltip row column DOM when they are no longer
shown.

When tooltipColumns become shorter after a change, we currently do not
remove the DOM. This can lead to an awkward UX where a column in the
tooltip never updates and go stale.

This change removes the tooltip row column DOM when they are no longer
shown.

FYI: the tooltip header was properly removed before.
Copy link
Contributor

@psybuzz psybuzz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@stephanwlee stephanwlee merged commit fadaf0f into tensorflow:master Apr 24, 2020
@stephanwlee stephanwlee deleted the chart branch April 24, 2020 00:54
caisq pushed a commit to caisq/tensorboard that referenced this pull request May 19, 2020
When tooltipColumns become shorter after a change, we currently do not
remove the DOM. This can lead to an awkward UX where a column in the
tooltip never updates and go stale.

This change removes the tooltip row column DOM when they are no longer
shown.

FYI: the tooltip header was properly removed before.
caisq pushed a commit that referenced this pull request May 27, 2020
When tooltipColumns become shorter after a change, we currently do not
remove the DOM. This can lead to an awkward UX where a column in the
tooltip never updates and go stale.

This change removes the tooltip row column DOM when they are no longer
shown.

FYI: the tooltip header was properly removed before.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants