Created attachment 168893 [details] Screenshot STEPS TO REPRODUCE 1. Open the window to install new widgets for the panel 2. Make it small so that only the Magnifying glass is displayed 3. Clicked on it, type something 4. Make the window bigger by dragging on its right edge until 5. Type something into the original search field OBSERVED RESULT Two search fields are now displayed. Both search fields are updated. EXPECTED RESULT A single search field is shown SOFTWARE/OS VERSIONS Operating System: Fedora Linux 40 KDE Plasma Version: 6.0.3 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Graphics Platform: Wayland
Can confirm. This is an issue in Kirigami.ActionToolBar; moving there.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kirigami/-/merge_requests/1608
Git commit 24e137ae2bb7ea42a30a7ea2f6195230b3d303fe by Arjen Hiemstra. Committed on 22/08/2024 at 10:00. Pushed by ahiemstra into branch 'master'. PrivateActionToolButton: Hide menu if button is hidden If the menu is open when the button gets hidden, we'd end up with a menu that doesn't have a corresponding button. So in that case, close the menu. This most prominently happens when ActionToolBar hides the corresponding action because of space changes. M +7 -1 src/controls/private/PrivateActionToolButton.qml https://invent.kde.org/frameworks/kirigami/-/commit/24e137ae2bb7ea42a30a7ea2f6195230b3d303fe