Bug 433805 - Dropping analog clock on view creates flickering
Summary: Dropping analog clock on view creates flickering
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-01 18:17 UTC by Michail Vourlakos
Modified: 2021-03-06 15:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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