-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
Vue version
3.3.11
Link to minimal reproduction
Steps to reproduce
It seems that the click event listener on an element inside <Transition appear>
isn't being properly handled.
Steps to reproduce:
-
open the reproduction
-
click on the semi-transparent fullscreen div
-
nothing happens even though it should have set its visibility to
false
-
remove
appear
from theΒ<Transition>
component inFullscreenBackground.vue
-
repeat the same steps & now the click is properly handled
What is expected?
The click event should be handled the same way as it is handled without appear
What is actually happening?
Most of the time, the click event doesn't fire - though there were times where I got it to fire after clicking for a while π€·ββοΈ
System Info
No response
Any additional comments?
This seems to only be an issue when using Vue SSR. I couldn't reproduce it in client-side Vue.