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
I have multiple icons above each other and every icon has a tooltip. When I hover over one icon, the associated tooltip appears as expected. But if I hover over any icon at the hight of the tooltip before, the associated tooltip is not showing up.
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v1.4.0
Code to produce this issue.
<div *ngFor="let i of test"><div><ix-icon name="info" color="color-primary" data-tooltip="tooltip"></ix-icon><ix-tooltip for="[data-tooltip='tooltip']">tooltip</ix-tooltip></div></div>
The text was updated successfully, but these errors were encountered:
What happened?
I have multiple icons above each other and every icon has a tooltip. When I hover over one icon, the associated tooltip appears as expected. But if I hover over any icon at the hight of the tooltip before, the associated tooltip is not showing up.
What type of frontend frameware are you seeing the problem on?
Angular
Which version of iX do you use?
v1.4.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: