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] VTooltip issue when activating only on click #8213

Closed
deraw opened this issue Jul 31, 2019 · 2 comments
Closed

[Bug Report] VTooltip issue when activating only on click #8213

deraw opened this issue Jul 31, 2019 · 2 comments
Assignees
Labels
C: VTooltip VTooltip has workaround P: high The issue is of high importance T: bug Functionality that does not work as intended/expected
Milestone

Comments

@deraw
Copy link

deraw commented Jul 31, 2019

Environment

Vuetify Version: 2.0.3
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Linux x86_64

Steps to reproduce

Click on the button

Expected Behavior

The tooltip is shown and disappears after the delay specified with the close-delay property

Actual Behavior

The tooltip appears then disappears immediately. When you click a second time just after the first one, the tooltip is shown but it only disappear when you loose focus on the button (and after the delay).

Reproduction Link

https://codepen.io/dylan-broussard/pen/xvdJMR

Other comments

I think that's related to the "active/focus" state of the button!

@ghost ghost added the S: triage label Jul 31, 2019
@johnleider johnleider added C: VTooltip VTooltip T: bug Functionality that does not work as intended/expected and removed S: triage labels Aug 1, 2019
@KaelWD
Copy link
Member

KaelWD commented Feb 21, 2020

@MatthewAry
Copy link
Contributor

MatthewAry commented Oct 6, 2020

I'm seeing an issue also with open-on-click. When you apply an open-delay in conjunction with open-on-click (while not explicitly turning open-on-hover off) it becomes functionally no different than not having open-on-click set at all.

https://codepen.io/MatthewAry/pen/gOMYqpm

I would expect that the click event would bypass any delay rule and show the tooltip immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTooltip VTooltip has workaround P: high The issue is of high importance T: bug Functionality that does not work as intended/expected
Projects
No open projects
Development

No branches or pull requests

4 participants