CaptainCodeman / svelte-headlessui

HeadlessUI components for Svelte
https://captaincodeman.github.io/svelte-headlessui/
MIT License
539 stars 26 forks source link

Test functionalities across browsers #19

Closed SteelAlloy closed 1 year ago

SteelAlloy commented 1 year ago

Hi there, really love the project

Some components don't properly work on the latest version of Firefox, like Combobox or Listbox (the list appears but nothing is mouse clickable) Although everything works if I use keyboard navigation :)

Keep up the good work !

CaptainCodeman commented 1 year ago

Thanks for the heads-up, I'll test it out and see if I can fix it.

CaptainCodeman commented 1 year ago

Hopefully that fixes it - looks like setting role property wasn't reflected to an attribute (and those were used to determine mouseover behaviour).

SteelAlloy commented 1 year ago

Awesome, it works now on Firefox !

I tested on some other environments, and it seems broken on mobile too... (touch input)

CaptainCodeman commented 1 year ago

Thanks for confirming.

I have touch to look at as #6

CaptainCodeman commented 1 year ago

OK, that should be fixed with #20