https://bugs.kde.org/show_bug.cgi?id=507990
Marco Martin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/qqc2-desktop-style/- | |/commit/e5eef9ab76ff3a76a03 | |27459239b68d6d7da4daf Resolution|--- |FIXED --- Comment #5 from Marco Martin <[email protected]> --- Git commit e5eef9ab76ff3a76a0327459239b68d6d7da4daf by Marco Martin. Committed on 08/08/2025 at 07:14. Pushed by mart into branch 'master'. Revert "ComboBox: Disallow opening empty comboboxes" This reverts commit e7fbca2734afb753bc44c08335955c0448971c48. Unfortunately this breaks existing code, as some users do rely on popup always being valid, such as: ComboBox { popup.onClose: foo() } this means the popup property needs to be present at all times Related: bug 507989 M +1 -5 org.kde.desktop/ComboBox.qml https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/e5eef9ab76ff3a76a0327459239b68d6d7da4daf -- You are receiving this mail because: You are watching all bug changes.
