Skip to content

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