mietencheck / app

https://mietencheck.de
GNU Affero General Public License v3.0
3 stars 1 forks source link

Tooltip doesn't work onClick on Desktop #15

Open Gregoor opened 3 weeks ago

Gregoor commented 3 weeks ago

Migrated from the old repo

Nothing happens when clicking on a tooltip on desktop

image

monicatie commented 3 weeks ago

The image link doesn't work :( Could you fix it?

Gregoor commented 3 weeks ago

Woops, sorry, should work now. I just used the image link from the old issue, which ofc requires permissions to the old repo 🙈

monicatie commented 3 weeks ago

The tooltip seems to show onMouseover instead of onClick on desktop (in Firefox). Do we want to change them to onClick?

Screenshot 2024-10-07 at 21 20 33
Gregoor commented 2 weeks ago

I think @jonasbrinkhoff wanted to show them on both hover and click.

Now it's coming back to me that our underlying library, Headless-UI I think, had no elegant way of making tooltips show up on click but I don't remember the details.