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]: Tooltip jumps to corner upon navigation in Nuxt with keepalive page. #785

Open
remonke opened this issue Mar 24, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@remonke
Copy link
Contributor

remonke commented Mar 24, 2024

Environment

Node.js 18.18.2
Nuxt 3.11
i use arch btw

Link to minimal reproduction

https://stackblitz.com/edit/nuxt-starter-c2aqxq?file=pages%2Findex.vue%2Cpages%2Fabout.vue%2Capp.vue%2Ccomponents%2Fdemo-button.vue

Steps to reproduce

  1. Have a Nuxt router page with keepalive
  2. Create a tooltip
  3. Hover on a button
  4. Navigate back without hovering back
  5. Tooltip jumps

Describe the bug

A tooltip jumps to the corner of the screen when navigating back without hovering back. Only applies if the page uses Vue's KeepAlive.

Expected behavior

No response

Context & Screenshots (if applicable)

Screencast_20240324_234501.webm
@remonke remonke added the bug Something isn't working label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant