n8design / htwoo

hTWOo - a better Fluent UI framework.
http://my.n8d.at/hTWOo
MIT License
91 stars 9 forks source link

Tooltip implementation #58

Open juliemturner opened 2 years ago

juliemturner commented 2 years ago

Complete ToolTip implementation

gabbsmo commented 3 months ago

Got some requests for this internally. Is there remaining work for tooltips in htwoo-core? Are they JavaScript dependent? Any downsides relative to the title attribute?

The feedback I got was that when hovering a Icon Button, the tooltip, from the title attribute, may render under the cursor. Especially when using a larger cursor.

image

StfBauer commented 2 months ago

Yeah that's not what it is meant here - title do only work also on certain HTML Elments. The piece missing is the placement of the buttons so that they do not fall offscreen.

So far haven't found any good way to do this.