question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug Report] v-tooltip does not work when activator is set using the new slot syntax

See original GitHub issue

Versions 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

https://jsfiddle.net/d9qc0n26/1/

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:14 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
DRoetcommented, Feb 13, 2019

true, but vue 2.6.4 allowed for backwards compat on this.$slots so using a simple <template #activator> worked (in 1.5.0). however this broke in 1.5.1

1reaction
K900commented, Feb 10, 2019

If I understand things correctly, the latest Vue update made it so #slots without arguments behave equivalently to old-style non-scoped slots.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found