Skip to content
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

Nested key event modifiers don’t call the listener function. #2282

Closed
davidglezz opened this issue Dec 16, 2023 · 1 comment
Closed

Nested key event modifiers don’t call the listener function. #2282

davidglezz opened this issue Dec 16, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@davidglezz
Copy link

Describe the bug
Since one of the latest versions of Vue, a test has started to fail.
It has been difficult for me to reproduce the issue because it requires an element and its parent with an event listener to the same method.

To Reproduce
https://stackblitz.com/edit/github-dpq7nx-azo6wj?file=src%2Fcomponents%2FHelloWorld.vue

# Works
npm i [email protected]
vitest --run

# Fail
npm i [email protected]
vitest --run

Expected behavior
Works as before.

Related information:

Additional context
I didn't try with another type of events, but I see that with keyup, press.. and its modifiers fail.

@davidglezz davidglezz added the bug Something isn't working label Dec 16, 2023
@davidglezz
Copy link
Author

davidglezz commented Dec 16, 2023

Looks like its a Vue bug.
vuejs/core#9849

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant