-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VTooltipT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected
Milestone
Description
Environment
Vuetify Version: 2.6.0
Vue Version: 2.6.14
Browsers: Chrome 96.0.4664.45
OS: Windows 10
Steps to reproduce
- Create v-tooltip component with props
top :open-on-hover="false" :open-on-click="false" - Insert some element in template
#activator={on}and attach events byv-on="on"to the element - Click on element
Expected Behavior
v-tooltip don't show anything
Actual Behavior
v-tooltip show
Reproduction Link
https://codepen.io/ruslanmelnychenko/pen/wvrvexZ?editors=1010
Other comments
The problem is the function genActivatorListeners() that inherits the result from mixin Activatable, where is the condition when openOnHover is false to add event click (without check openOnClick because this prop absent in Activatable)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VTooltipT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expected