[Bug Report][2.5.0] Tooltip transition is not working in production
See original GitHub issueEnvironment
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
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/webpack/webpack/issues/7094
@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