Closed BaronBonet closed 2 months ago
@BaronBonet Thank you!
If you hover over the shapes here (leave your mouse for a few seconds), does a tooltip show up? https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title
If not, you likely have some nonstandard accessibility settings in your browser/OS.
@alixander I'm just crazy impatient sorry about this! The tooltip does show up after I wait with my mouse still for about 2 seconds.
I'm surprised how long it takes. I was expecting the implementation to act more like the tooltips I'm familiar with e.g. this example on W3Schools which shows the tooltip instantly.
I assume there is a good reason they are not implemented this way?
Ah, I see this is how tooltips are implemented with SVG elements. My apologies for wasting your time @alixander !
Yeah it's not ideal but it's the most universal way with the least amount of intrusion from the standpoint of an external library adding extra DOM nodes.
First off thanks to everyone who is working on this project. D2 is awesome!
I think tooltips are broken.
In the below example that can be found here on play.d2lang.
I do not see the tooltip when I hover over y.
The tooltip section of the docs is also not showing the tooltop