jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
636 stars 25 forks source link

Tooltip arrow initially visibile despite the tooltip being hidden #774

Closed haukesomm closed 1 year ago

haukesomm commented 1 year ago

When rendering a tooltip, it's arrow is always visible until the tooltip is opened/closed for the first time. This is likely due to the popper class being absent on the respective element upon first rendering.

To Reproduce Use any tooltip that has an arrow. You may have a look at the official demo.

Expected behavior The correct behavior for the arrow would be to stay invisible until the popover is opened.

Screenshots

grafik