qwikifiers / qwik-ui

Qwik's official Headless and styled component library
https://qwikui.com
MIT License
558 stars 115 forks source link

popover: Inconsistent behavior between failback and native popover #725

Open Wykks opened 3 weeks ago

Wykks commented 3 weeks ago

Hi,

I'm trying to make a simple Toast component, and I'm using the Popover for this (as suggested in the doc). While it's working as expected in Chrome, I'm not able to make it work in Firefox (v124).

https://stackblitz.com/edit/qwik-starter-uptoed?file=src%2Froutes%2Findex.tsx

The popover in Firefox works only once. Also I believe that the popover should be automatically closed when destroyed (the actual behavior when using it in Chrome). Probably a missing cleanup :)