https://bugs.kde.org/show_bug.cgi?id=502432
cwo <cwo....@posteo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kdeplasma-addons/-/commi | |t/643bc926bf991f7fe915d8397 | |7176c97ec6b39af --- Comment #9 from cwo <cwo....@posteo.net> --- Git commit 643bc926bf991f7fe915d83977176c97ec6b39af by Christoph Wolk. Committed on 07/04/2025 at 15:33. Pushed by cwo into branch 'master'. applets/comic: wrap fullRepresentation in Item The previously used complex anchor setup was replaced with a simple layout in c76ca0ac. This works fine for desktop widgets or panel popups, but confuses the panel logic if the fullRepresentation is shown directly in a very large panel, causing an endless loop if more than one thing is visible at the same time (such as the main comic view and e.g. the tab bar or the comic title label). Instead, wrap the fullRepresentation in an Item, which solves the issue. M +96 -93 applets/comic/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/643bc926bf991f7fe915d83977176c97ec6b39af -- You are receiving this mail because: You are watching all bug changes.