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

post-tooltip improvements #3823

Open
alizedebray opened this issue Oct 25, 2024 · 1 comment
Open

post-tooltip improvements #3823

alizedebray opened this issue Oct 25, 2024 · 1 comment
Assignees

Comments

@alizedebray
Copy link
Contributor

We’ve received feedback that the post-tooltip component is unstable and difficult to use. Users have reported that tooltips sometimes don't appear as expected, and they struggle with using them in loops.

For example, when a parent component renders a child component multiple times in a loop, and each child needs to display a tooltip with the same content, there are only two possible approaches:

  1. Place the tooltip in the parent: This ensures the tooltip is unique, but it is hard to read since it's far from the triggering element.
  2. Place the tooltip in each child: This requires unique IDs and results in multiple tooltips, even though they contain the same content.
@alizedebray alizedebray added the needs: 🏓 dev roundtable To be discussed at the roundtable of esteemed developers label Oct 25, 2024
@alizedebray alizedebray changed the title post-tooltip improvments post-tooltip improvements Oct 25, 2024
@gfellerph
Copy link
Member

Organize a meeting to understand the issue better and find a solution together.

@gfellerph gfellerph removed the needs: 🏓 dev roundtable To be discussed at the roundtable of esteemed developers label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👀 Triage
Development

No branches or pull requests

2 participants