https://bugs.kde.org/show_bug.cgi?id=452660
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/22 | |d9376c3bc36104ec56d935642f9 | |ad7d8fd219a Status|REPORTED |RESOLVED --- Comment #6 from Nate Graham <[email protected]> --- Git commit 22d9376c3bc36104ec56d935642f9ad7d8fd219a by Nate Graham, on behalf of Fushan Wen. Committed on 25/04/2022 at 20:23. Pushed by ngraham into branch 'master'. applets/taskmanager: Workaround for QTBUG-102811 When the size of ScrollView depends on its delegate items and `reuseItems` is set to true, the program is prone to crash. Although delayed binding on `Layout.minimumWidth` mitigates the crash, there are still some related crash reports. This adds a workaround for QTBUG-102811 to fix the potential crash. To reproduce the crash, open 20 Konsole windows and 2 windows of other program, set `delayed: false` in `Binding on Layout.minimumWidth` in the origin code, and move mouse between the two grouped tasks in the task manager. M +18 -15 applets/taskmanager/package/contents/ui/ToolTipDelegate.qml https://invent.kde.org/plasma/plasma-desktop/commit/22d9376c3bc36104ec56d935642f9ad7d8fd219a -- You are receiving this mail because: You are watching all bug changes.
