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

ix tooltips don't disappear completely #450

Closed
SusiHorter opened this issue Mar 16, 2023 · 2 comments · Fixed by #451
Closed

ix tooltips don't disappear completely #450

SusiHorter opened this issue Mar 16, 2023 · 2 comments · Fixed by #451
Labels
type: bug Something isn't working
Milestone

Comments

@SusiHorter
Copy link

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.

<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>
@SusiHorter SusiHorter added the triage We discuss this topic in our internal weekly label Mar 16, 2023
@danielleroux danielleroux added type: bug Something isn't working component: core and removed triage We discuss this topic in our internal weekly labels Mar 16, 2023
@danielleroux danielleroux added this to the 1.4.2 milestone Mar 16, 2023
@danielleroux danielleroux linked a pull request Mar 16, 2023 that will close this issue
14 tasks
@SusiHorter
Copy link
Author

This is still not working on my implementation

@danielleroux
Copy link
Collaborator

@SusiHorter Tested with latest version:

tooltipissue
You can run the code by your own: https://stackblitz.com/edit/angular-hnqttb?file=src%2Fapp%2Ftooltip.html,src%2Fapp%2Ftooltip.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants