Bug 433805

Summary: Dropping analog clock on view creates flickering
Product: [Unmaintained] lattedock Reporter: Michail Vourlakos <mvourlakos>
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: git (master)   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Michail Vourlakos 2021-03-01 18:17:44 UTC
SUMMARY
When the user is trying to drag n' drop an analog clock from widgets explorer onto panel that contains fill applets it creates a flickering when the mouse is above a fill applet
Comment 1 Michail Vourlakos 2021-03-01 21:06:11 UTC
using LayoutManager javascript for this is totally non sense...
reparenting all the time with no real reason in order to move an applet at correct position while using c++ for this is totally achievable... 

probably solution is to create a c++ LayoutManager singleton library which is going to be used from all containtments.
Comment 2 Michail Vourlakos 2021-03-06 15:49:21 UTC
this is fixed from all new c++ FastLayoutManager