Created attachment 155123 [details] Notifications - cut off height SUMMARY There is a binding loop in notifications code left, which causes content to be cut off when e.g. a downloaded file progress status gets replaced with action buttons «Open with…» etc. file:///usr/local/kde/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:106:15: QML MouseEventListener: Binding loop detected for property "height" Dave's QML Binding Loop Backtrace Printer pointed out another line: file:///usr/local/kde/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:111:9 which is basically the line where the property is defined, not the component as a whole. STEPS TO REPRODUCE 1. Download some file from Firefox OBSERVED RESULT A notification is not tall enough to fit those buttons. EXPECTED RESULT Notification should resize to fit its content. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: git-master Qt Version: 5.15.8 Kernel Version: 6.1.4-arch1-1 (64-bit) Graphics Platform: X11 Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz Memory: 15.6 GiB of RAM Graphics Processor: NVIDIA GeForce GTX 970M/PCIe/SSE2 Manufacturer: ASUSTeK COMPUTER INC. Product Name: G752VT System Version: 1.0
*** Bug 409434 has been marked as a duplicate of this bug. ***
*** Bug 462461 has been marked as a duplicate of this bug. ***
*** Bug 447425 has been marked as a duplicate of this bug. ***
*** Bug 429450 has been marked as a duplicate of this bug. ***
I cannot reproduce this on plasma 6 master, and I don't see the warning `Binding loop detected for property "height"`. So I guess this has been fixed? Can anyone still reproduce this on plasma 6?
*** Bug 446465 has been marked as a duplicate of this bug. ***
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone!
Created attachment 176710 [details] plasma notification stretched vertically Resolved Workn't for me on Plasma 6.2.4, Qt 6.8.1 Arch Linux X11 2560x1600@150%
Vertical stretching is a different issue, which IIRC is also fixed in an even later Qt version: 6.8.2 or 6.9.0, or something like that.