Created attachment 125279 [details] Demo showing tooltip flicker SUMMARY Tooltips flicker when moving mouse on gtk3 apps STEPS TO REPRODUCE 1. Open a gtk3 application 2. Hover the mouse on a relevant part of the screen to generate a tooltip e.g. a toolbar button. 3. move the mouse. OBSERVED RESULT Tooltip flickers. See attached screen recording. EXPECTED RESULT Tooltip should not flicker SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.17.90 KDE Frameworks Version: 5.66.0 Qt Version: 5.14.0 Kernel Version: 5.4.13-arch1-1 OS Type: 64-bit Processors: 4 × Intel® Core™ i5 CPU M 430 @ 2.27GHz Memory: 7.5 GiB of RAM ADDITIONAL INFORMATION Observed on gnucash and virtual machine manager. Doesn't happen on inkscape (gtk2) or firefox Arch kde-unstable repo
Do tooltips flicker if you disable morphing popups effect?
Disabling the morphing popups effect fixes the issue and the tooltips are stable.
I confirm the D26809 code changes to morphingpopups.js fix the issue.