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
select
user-event/tests/environment/select.ts
Lines 15 to 25 in eb57890
<input type="text">
<textarea>
A select event is dispatched.
There is no select event if document.visibilityState is hidden.
document.visibilityState
hidden
14.5.2
DOM implementation: Chromium 131.0.6778.204 built on Debian GNU/Linux 12 (bookworm)
similar to #553
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction example
user-event/tests/environment/select.ts
Lines 15 to 25 in eb57890
Prerequisites
<input type="text">
,<textarea>
)Expected behavior
A
select
event is dispatched.Actual behavior
There is no
select
event ifdocument.visibilityState
ishidden
.User-event version
14.5.2
Environment
DOM implementation: Chromium 131.0.6778.204 built on Debian GNU/Linux 12 (bookworm)
Additional context
similar to #553
The text was updated successfully, but these errors were encountered: