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
After upgrading from eds-core-react 0.40.1 to 0.42.4, we noticed that our tooltips have started flickering.
This happens when I hover the button, but the flickering stops when I hover the Icon on the button.
Also, tooltips on chips flicker all the time when the chip is hovered.
Steps to reproduce the bug
Add a button with an icon or a chip and wrap the button/chip in a tooltip
<Tooltiptitle={'test'} placement="bottom"><Buttonvariant={'ghost'}>
This is a test <Icondata={comment} />
</Button></Tooltip>
Hover the button text then hover the icon
The tooltip flickers every time you move your mouse or when hovering over a chip
Expected behavior
Expect the tooltip to stay still
Specifications
Version: 0.42.4 / 0.42.5 (tried both)
Browser: chrome
OS: Windows
Additional context
Add any other context or screenshots about the bug. An example in CodeSandbox is very helpful
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading from eds-core-react 0.40.1 to 0.42.4, we noticed that our tooltips have started flickering.
This happens when I hover the button, but the flickering stops when I hover the Icon on the button.
Also, tooltips on chips flicker all the time when the chip is hovered.
Steps to reproduce the bug
Expected behavior
Expect the tooltip to stay still
Specifications
Additional context
Add any other context or screenshots about the bug. An example in CodeSandbox is very helpful
The text was updated successfully, but these errors were encountered: