-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 elements with key event+modifiers do not call listener function #9849
Labels
🐞 bug
Something isn't working
Comments
davidglezz
changed the title
Nested key event with modifiers don’t call the listener function
Nested elements with key event+modifiers do not call listener function
Dec 16, 2023
This is a chaching issue in the |
LinusBorg
added a commit
that referenced
this issue
Dec 16, 2023
yyx990803
pushed a commit
that referenced
this issue
Dec 16, 2023
yyx990803
pushed a commit
to smallnine9/core
that referenced
this issue
Dec 19, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Vue version
3.3.10
Link to minimal reproduction
https://stackblitz.com/edit/github-dpq7nx-azo6wj?file=src%2Fcomponents%2FHelloWorld.vue
Steps to reproduce
What is expected?
The test should pass successfully.
Manual test
Clicking on the button to focus it
pressing
y
key should callremove()
function which logs 'Called!' but it not happens.Expected:
pressing
x
-> logs 'Called!'pressing
y
-> logs 'Called!'Actual:
pressing
x
-> logs 'Called!' Twicepressing
y
-> does nothing.What is actually happening?
It requires an element and its parent with an event listener to the same method.
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: