-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown glitches when clicking on input margins #1383
Comments
I cannot reproduce this issue |
Did some more tests, and this seemingly happens only in Firefox. It seems like the box loses focus somehow--even though the blue focus outline remains. |
so maybe it is a Firefox bug. perhaps a new bug. How annoying is it? |
It is around the whole margin and between items -- so basically everywhere that isn't the |
which operating system are you all using? |
I can reproduce it on Linux (KDE) with Chrome and Firefox as well as on Windows 10. Don't have any Windows 11 on my hands to test on right now but I'm sure it's reproducible there as well, on Chrome it's just really hard to place your cursor on the right pixels to do it. |
Prerequisites
💥 Demo Page
This issue is demonstrable in the demo page.
https://yaireo.github.io/tagify/#section-users-list
Explanation
When clicking in the margins of a
dropdown: { enabled: 0 }
instance, there is odd dropdown behavior. It even happens on the example demo page. If you hold click and drag your cursor down to the dropdown, it remains open.The text was updated successfully, but these errors were encountered: