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

click handle problem in Tizen Tv 2.4 #11839

Closed
xtoolkit opened this issue Dec 23, 2020 · 2 comments
Closed

click handle problem in Tizen Tv 2.4 #11839

xtoolkit opened this issue Dec 23, 2020 · 2 comments

Comments

@xtoolkit
Copy link

xtoolkit commented Dec 23, 2020

Version

2.6.11

Reproduction link

https://codesandbox.io/s/flamboyant-hopper-tg554

Steps to reproduce

  1. click toggle button
  2. click test button

What is expected?

call clickHandle method and show clicked 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. 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

@posva
Copy link
Member

posva commented Dec 23, 2020

This is likely a bug of the browser, you should be able to .capture on the inner div: https://vuejs.org/v2/guide/events.html#Event-Modifiers

Seems similar to #10366 and #10515

It's worth identifying the browser version so we can test

@posva
Copy link
Member

posva commented Aug 13, 2021

Closing due to inactivity. Please open a new issue with a reference to this one if you can follow up with more information.

@posva posva closed this as completed Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants