[Bug Report] v-tooltip does not work when activator is set using the new slot syntax
See original GitHub issueVersions and Environment
Vuetify: 1.5.0 Last working version: 1.4.0 Vue: 2.6.4 Browsers: Firefox 67.0, Microsoft Edge, Mozilla Firefox, Google Chrome OS: Windows 10, Linux
Steps to reproduce
Change the template from <template slot="activator">
to <template #activator>
.
Expected Behavior
Tooltip still appears when activator is hovered.
Actual Behavior
Tooltip does not appear.
Reproduction Link
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:14 (11 by maintainers)
Top Results From Across the Web
Changelog - Shoelace's components
Changelog. Shoelace follows Semantic Versioning. Breaking changes in components with the Stable badge will not be accepted until the next major version.
Read more ><input>: The Input (Form Input) element - HTML
This attribute has no effect on input types that do not return numeric or text data, being valid for all input types except...
Read more >IDEXX Cornerstone 8.3 User Manual
Information in this document is subject to change without notice. Companies, names and data used in examples are fictitious unless otherwise noted.
Read more >Versions - Eco - English Wiki
New versions are available for download at Strange Loop Games' ... Fixed: Tooltips for Stores in the Economy View would not open if...
Read more >IntelliJ IDEA 2022.3 (223.7571.182 build) Release Notes
Bug, IDEA-302608, Compose rendering doesn't work in latest 2022.3 EAP ... Gradle, Bug, IDEA-301430, IntelliJ IDEA should not use deprecated types from the ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
true, but vue
2.6.4
allowed for backwards compat onthis.$slots
so using a simple<template #activator>
worked (in1.5.0
). however this broke in1.5.1
If I understand things correctly, the latest Vue update made it so
#slots
without arguments behave equivalently to old-style non-scoped slots.