You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on the button to focus it
pressing y key should call remove() function which logs 'Called!' but it not happens.
Expected:
pressing x -> logs 'Called!'
pressing y -> logs 'Called!'
Actual:
pressing x -> logs 'Called!' Twice
pressing 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:
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
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: