We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/s/quizzical-bas-ovqbr9?file=/src/App.test.js
Arrow movement with the shift key pressed should start a selection, where selection start != selection end.
Both selection start and selection end move to the right, there is no selection.
14.2.0
+-- @testing-library/dom@8.13.0 +-- @testing-library/jest-dom@5.16.4 +-- @testing-library/user-event@14.2.0 +-- jest-environment-jsdom@28.1.0
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening an issue on this. It's one of our TODOs:
user-event/src/utils/focus/selection.ts
Lines 202 to 203 in 8215e2e
Sorry, something went wrong.
No branches or pull requests
Reproduction example
https://codesandbox.io/s/quizzical-bas-ovqbr9?file=/src/App.test.js
Prerequisites
Expected behavior
Arrow movement with the shift key pressed should start a selection, where selection start != selection end.
Actual behavior
Both selection start and selection end move to the right, there is no selection.
User-event version
14.2.0
Environment
+-- @testing-library/dom@8.13.0
+-- @testing-library/jest-dom@5.16.4
+-- @testing-library/user-event@14.2.0
+-- jest-environment-jsdom@28.1.0
Additional context
No response
The text was updated successfully, but these errors were encountered: