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][2.5.0] Tooltip transition is not working in production

See original GitHub issue

Environment

Vuetify Version: 2.5.0 Vue Version: 2.6.12 Browsers: Chrome 90.0.4430.212 OS: Windows 10

Steps to reproduce

  • Trigger tooltip transition in production

Expected Behavior

Tooltip transition to work properly in production

Actual Behavior

Tooltip transition is not working properly in production (see details below)

Reproduction Link

Link to the app repo that has this problem:

https://github.com/aleksey-hoffman/sigma-file-manager

The video below demonstrates the tooltip transition behavior:

Top window is production build (does not work properly):

  • ❌ There’s a tooltip close-delay on both icons
  • ❌ The fade animation is not working at all on both icons

Bottom window is dev build (does work properly):

  • ✅ There’s no tooltip close-delay on both icons, as expected
  • ✅ The fade animation is working properly on both icons, as expected

Notes:

  • The top icon uses transition-fade tooltip transition and has open-delay.
<v-tooltip transition="fade-transition" open-delay="200">

The bottom one uses the default tooltip transition

https://user-images.githubusercontent.com/61761672/120922558-8e6ef400-c6d2-11eb-8716-7bbcd09d2886.mp4

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
KaelWDcommented, Jun 6, 2021

I wonder why it’s behaving differently in the production build

https://github.com/webpack/webpack/issues/7094

0reactions
aleksey-hoffmancommented, Jun 6, 2021

@KaelWD oh, wow. I cannot believe how quickly you found the problem. I removed the line and re-built the app, and It was indeed caused by the specified CSS line. I wonder why it’s behaving differently in the production build, perhaps something to do with CSS properties order or webpack optimizations.

Thank you very much for the help mate! The app will now look even more beautiful, thanks to you

Read more comments on GitHub >

github_iconTop Results From Across the Web

d3 transition on tooltip not working - Stack Overflow
I slightly updated your demo at http://jsfiddle.net/Xh2vj/1/ and have set transition time to 1000ms to easier recognise the animation.
Read more >
(Warning 56k) Alt text is not displayed as a tooltip over <img ...
So the problem is that you've got to rewrite your pages for a 'one-version' upgrade of Netscape if you relied on the old...
Read more >
How to Create Tooltips with Bootstrap 5 - Tutorial Republic
Appends the tooltip to a specific element. Specify container: 'body' to avoid rendering problems in more complex components (like input groups, button groups, ......
Read more >
Change Log - Ant Design
5.0.2 · Fix Card radius style broken when customize bodyStyle background color. · Optimize default algorithm for error color. · Optimize the style...
Read more >
Tooltip - Paste: The Design System for building Twilio ...
Please report any bugs. ... Do not place tooltips on non-focusable elements, like an icon. ... It's called automatically if there's a CSS...
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