-
Notifications
You must be signed in to change notification settings - Fork 611
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
MacOS: List not refreshed when pasting #1177
Comments
To confirm this is occurring under Chrome+linux ? But not MacOS/Windows. Is it still happening with the just released |
I tested on the demo : https://choices-js.github.io/Choices/ . It is choices.js v11.0.0 . The bug also exists on an old version for which I do not have the version number. Chrome + Linux = No Problem |
I've reproduced something like what is reported with webkit+linux using playwright browser testing. I'm doing more debugging. |
The clipboard e2e tests where rather frustratingly fragile to get working and validating results as expected. The new e2e tests will need to run on actual macos hardware to see if it reproduces the issue instead of just the clipboard API being flaky in the test suite. |
Describe the bug
The select list is not refreshed after pasting something into the input.
To Reproduce
Steps to reproduce the behavior:
0. Go to https://choices-js.github.io/Choices/
Expected behavior
I expected the picklist to refresh, like in Windows and Linux.
Screenshots
MacOS after pasting::
Linux after parting:
Desktop:
Smartphone:
No problem
The text was updated successfully, but these errors were encountered: