inovua / reactdatagrid

Empower Your Data with the best React Data Grid there is
https://reactdatagrid.io
Other
3.45k stars 57 forks source link

🐛 Filter icon requires double click when selecting previous filter #331

Open diegodi opened 1 year ago

diegodi commented 1 year ago

What happened:

When clicking a filter icon (let's say "A") and then clicking another filter icon (let's say "B"), if once again clicking filter icon "A" the filter menu does not show without a double click. This only happens when clicking the previously opened filter, if clicking different consecutive filters the bug is not present (i can click filter A, B and then C and the menu will always show, if after C I press B again, the menu doesn't show).

This behavior can be reproduced at the demo site (https://reactdatagrid.io/demo)

I've included a recording of the behavior.

https://user-images.githubusercontent.com/16540262/214137814-94c54131-de9c-4c3f-99e4-df03934c4dd5.mp4

thomasgor commented 1 year ago

Are there any news? I have the same problem :)