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] document.body.addEventListener('click') no working on dialog #10167

Closed
HoaDevDn opened this issue Jan 9, 2020 · 4 comments · Fixed by skyYaga/skdvin-webapp#18, skyYaga/skdvin-webapp#21 or anyulled/reactivewebflux#5 · May be fixed by andrebaldo/python-vue-spa-boilerplate#3
Assignees
Labels
C: VDialog VDialog T: bug Functionality that does not work as intended/expected
Milestone

Comments

@HoaDevDn
Copy link

HoaDevDn commented Jan 9, 2020

Environment

Vuetify Version: 2.2.3
Vue Version: 2.6.10
Browsers: Chrome 79.0.3945.117
OS: Mac OS 10.14.6

Steps to reproduce

mounted() {
document.body.addEventListener("click", event => {
console.log(event);
});
}

and click on the dialog

Expected Behavior

can get the event on the dialog

Actual Behavior

can't console.log(event);

Reproduction Link

https://codesandbox.io/s/vue-template-u7wbw

@ghost ghost added the S: triage label Jan 9, 2020
@KaelWD
Copy link
Member

KaelWD commented Jan 10, 2020

Related: #6654, #3333

Was moved from the activator to the content in #1932 then added back to the activator in #3105. Possible not needed here any more.

@KaelWD KaelWD added C: VDialog VDialog T: bug Functionality that does not work as intended/expected and removed S: triage labels Jan 10, 2020
@johnleider johnleider self-assigned this Jan 19, 2020
@johnleider johnleider added this to the v2.2.x milestone Jan 19, 2020
@HoaDevDn
Copy link
Author

could you tell me when do you release this one? @johnleider

@johnleider
Copy link
Member

We do releases every Tuesday.

@HoaDevDn
Copy link
Author

thank you @johnleider <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment