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
in samsung smart tv (tizen os 2.4) when we set click event to a child element in condition element (v-if) and run steps to reproduce, clickHandle method not fire.
clickHandle method not fire, because that element has child. when open data set true, @click simulated to @click.self.
and we have to fix this problem use css z-index...
sry 4 my bad english
The text was updated successfully, but these errors were encountered:
Version
2.6.11
Reproduction link
https://codesandbox.io/s/flamboyant-hopper-tg554
Steps to reproduce
toggle
buttontest
buttonWhat is expected?
call
clickHandle
method and showclicked
alert;What is actually happening?
in samsung smart tv (tizen os 2.4) when we set click event to a child element in condition element (v-if) and run steps to reproduce,
clickHandle
method not fire.clickHandle
method not fire, because that element has child. whenopen
data set true, @click simulated to @click.self.and we have to fix this problem use css z-index...
sry 4 my bad english
The text was updated successfully, but these errors were encountered: