Created attachment 175778 [details] Screenshot STEPS TO REPRODUCE 1. Open Systemsettings 2. Open Sound KCM 3. Click on Rename Devices ... 4. Select some text of the info message > Saving changes will restart audio services. Apps playing audio will experience interruptions and may need to be restarted. 5. Right click on the selected text to open the context menu 6. Move the cursor to Copy OBSERVED RESULT The text becomes un-selected and the copy option becomes disabled. EXPECTED RESULT The text does not loose it's selection. If nothing is selected it should offer to copy everything instead of being disabled. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20241111 KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 Graphics Platform: Wayland
Hah! Can reproduce.
Git commit 83109877404e18fc11d2983e7d585077e67af4e1 by Akseli Lahtinen. Committed on 25/11/2024 at 17:08. Pushed by akselmo into branch 'master'. SelectableLabel: Make selection persistent Without persistentSelection: contextMenu.visible the selection will be cleared when context menu is opened and mouse is moved there, causing user to be unable to copy the text. This is needed to have the expected behavior. M +1 -0 src/controls/SelectableLabel.qml https://invent.kde.org/frameworks/kirigami/-/commit/83109877404e18fc11d2983e7d585077e67af4e1
*** Bug 496567 has been marked as a duplicate of this bug. ***