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]: Floting and Bubble menus' visibility hidden #4851

Open
1 of 2 tasks
danielernerot opened this issue Feb 2, 2024 · 5 comments
Open
1 of 2 tasks

[Bug]: Floting and Bubble menus' visibility hidden #4851

danielernerot opened this issue Feb 2, 2024 · 5 comments
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug

Comments

@danielernerot
Copy link

Which packages did you experience the bug in?

StarterKit (Vue 2)

What Tiptap version are you using?

2.2.1

What’s the bug you are facing?

Both the bubble and floating menu has stopped showing after some version upgrade.

image

I have to set:
visibility: visible !important;
in the CSS class to make it show.

I have made no other changes to the implementation.

Anyone experienced the same? Am i doing anything wrong, or is it a bug?

What browser are you using?

Chrome

Code example

No response

What did you expect to happen?

I expected the menus to show.

Anything to add? (optional)

No response

Did you update your dependencies?

  • Yes, I’ve updated my dependencies to use the latest version of all packages.

Are you sponsoring us?

  • Yes, I’m a sponsor. 💖
@danielernerot danielernerot added Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug labels Feb 2, 2024
@github-project-automation github-project-automation bot moved this to Triage open in Tiptap Feb 2, 2024
@nadar
Copy link

nadar commented Feb 12, 2024

@danielernerot i have the same problem.

for everyone else looking for the solution @danielernerot mentioned, add

.tippy-content div {
  visibility: visible !important;
}

@yellow1912
Copy link

This seems to be a major bug, I'm also seeing this now

@tsl1127
Copy link

tsl1127 commented Apr 28, 2024

i have the same problem

@alancwoo
Copy link

Also just ran into this, spent a lot of time thinking it was something else but was fixed via #4851 (comment)

Updated everything to 2.4.0 while trying to fix:

    "@tiptap/extension-bubble-menu": "^2.4.0",
    "@tiptap/extension-highlight": "^2.4.0",
    "@tiptap/extension-placeholder": "^2.4.0",
    "@tiptap/extension-text-style": "^2.4.0",
    "@tiptap/pm": "^2.4.0",
    "@tiptap/starter-kit": "^2.4.0",
    "@tiptap/vue-2": "^2.4.0",

@badPumps
Copy link

badPumps commented Jan 2, 2025

Also encountered the same problem in version 2.10.4, why hasn’t it been fixed yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Open Source The issue or pull reuqest is related to the open source packages of Tiptap. Type: Bug The issue or pullrequest is related to a bug
Projects
No open projects
Status: Triage open
Development

No branches or pull requests

6 participants