roycdaviesuoa / svelte-fomantic-ui

A simple Svelte wrapper for Fomantic UI
GNU General Public License v3.0
4 stars 2 forks source link

Popup should keept opened in some cases #1

Closed Amerlander closed 1 year ago

Amerlander commented 1 year ago

In some situations the popup should kept open, when the mouse moves on top of the popup.

See flowing popup and popup menu: https://fomantic-ui.com/modules/popup.html#flowing https://fomantic-ui.com/collections/menu.html#popup-menu

Both are closing to fast in svelte-fomantic-ui

roycdaviesuoa commented 1 year ago

First, this is the first feedback I've had - so welcome... The problem seems to stem from the fact that the default popup settings are not what are being used on the demo page. That said, a slight tweak would certainly be beneficial.