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

🐛 When displaying a tooltip, the tooltip action prints a single character to the browser's console #50

Open
Mitko1239 opened this issue Mar 11, 2025 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@Mitko1239
Copy link

Mitko1239 commented Mar 11, 2025

Describe the bug
When using the 'tooltip' action, and displaying a tooltip using the use:tooltip property, a single "t" gets logged to the browser console via a console.log call

To Reproduce
Steps to reproduce the behavior:

  1. Import the tooltip action as usual:
import { tooltip } from "@svelte-plugins/tooltips"
  1. Implement the use:tooltip action on a DOM element:
<div use:tooltip={{ content: "I am a tooltip" }}>
	Hover over me
</div>

Expected behavior
No extraneous messages should be logged to the browser console

Screenshots
Image
Image

Desktop (please complete the following information):

  • OS: Windows 11, version 24H2
  • Browser: Firefox 136.0
  • Version: 4.0.0-beta.1

Smartphone (please complete the following information):

The issue would probably also occur on mobile, however the console is generally not easily accessible.

Additional context
Not sure if this is a leftover debug message, and it's not a huge issue, but could probably be cleaned up if not needed.

@Mitko1239 Mitko1239 added the Type: Bug Something isn't working label Mar 11, 2025
@Mitko1239 Mitko1239 changed the title 🐛 When displaying a tooltip, a the tooltip action prints a single character to the browser's console 🐛 When displaying a tooltip, the tooltip action prints a single character to the browser's console Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant