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

[Bug Report] Click listeners not triggered on elemnts inside v-menu component #9963

Closed
dastiw1 opened this issue Dec 13, 2019 · 1 comment
Closed
Labels
duplicate The issue has already been reported

Comments

@dastiw1
Copy link

dastiw1 commented Dec 13, 2019

Environment

Vuetify Version: 2.1.14
Vue Version: 2.5.22
Browsers: Chrome 78.0.3904.108
OS: Windows 10

Steps to reproduce

add simple code in mounted section like this:

 document.body.addEventListener('click', function(e) {
      console.log(e, e.target)
    }, false);

Expected Behavior

On buttons click inside menu messages should be displayed in the console

Actual Behavior

in console triggered only activator button click

Reproduction Link

https://codepen.io/dastiw1/pen/MWYeZMY

Other comments

in console triggered only activator button click. On buttons click inside menu nothing happened

@ghost ghost added the S: triage label Dec 13, 2019
@KaelWD
Copy link
Member

KaelWD commented Dec 13, 2019

Duplicate of #6654

@KaelWD KaelWD marked this as a duplicate of #6654 Dec 13, 2019
@KaelWD KaelWD closed this as completed Dec 13, 2019
@KaelWD KaelWD added duplicate The issue has already been reported and removed S: triage labels Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants