Summary: | SelectableLabel loses its text selection when moving the cursor over the context menu to copy the text | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kirigami | Reporter: | postix <postix> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | EpicTux123, kde, nate, notmart |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 6.7.0 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kirigami/-/commit/83109877404e18fc11d2983e7d585077e67af4e1 | Version Fixed In: | 6.9 |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
postix
2024-11-13 12:46:17 UTC
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. *** |