https://bugs.kde.org/show_bug.cgi?id=472360
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/d610eac44f25b7208aae74304 | |3a4cdf56fec4310 Status|ASSIGNED |RESOLVED --- Comment #9 from Nate Graham <[email protected]> --- Git commit d610eac44f25b7208aae743043a4cdf56fec4310 by Nate Graham, on behalf of Antti Savolainen. Committed on 17/08/2026 at 19:36. Pushed by ngraham into branch 'master'. InfiniteList: fix calendar changing views when dragging it between displays When dragging the calendar between displays, the view jumps one month and 11 years. This is because during the reparenting of the widget the width and height briefly goes to 0. The widget interprets this as the view having reached the edge on the month, year, and decade views, resulting in said time jump. Might be possible to fix the root cause within the shell in the future. Previously the code ate one event at startup to prevent it from jumping when dragging the widget to desktop. M +5 -10 components/calendar/qml/InfiniteList.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/d610eac44f25b7208aae743043a4cdf56fec4310 -- You are receiving this mail because: You are watching all bug changes.
