You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an available horizontal space problem, possibly left area only. (i.e., change padding on the .tvbSeriesEditor panel to 8px 16px and the problem goes away). Adding a second series fixes it because 2 more icons are added to the row.
The position calculation is different on initial render vs. subsequent renders with the same data (i.e., the 'Temporarily Disable' tooltip is a different size after two clicks)
Similar to #996
We have this PR elastic/kibana#33107 where we change the text and the icon of a button with a tooltip on each click event (https://github.com/elastic/kibana/pull/33107/files#diff-ff73d44eb7d5b75815d6758b0ff0abd4R93).
The effect when you continue to click on the button is the following:
cc @chandlerprall as you previously fixed this
Steps to reproduce:
note if you add a second series it behave correctly:
The text was updated successfully, but these errors were encountered: