Summary: | Selection clipboard no longer works with Shift + click | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Laura David Hurka <laura.stern> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version: | 5.90.0 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/d320988fb7bfd034288ec5e2495323474426ac9e | Version Fixed In: | |
Sentry Crash Report: |
Description
Laura David Hurka
2021-10-12 16:16:50 UTC
Testing with latest git, selection seems to populate the clipboard. Can you confirm if this is still an issue? Selection with Ctrl + A won't populate the clipboard, but that is being tracked in a separate bug. > Testing with latest git, selection seems to populate the clipboard. Can you
> confirm if this is still an issue?
It still doesn’t work on KDE Neon user edition, Kate 21.12.1, KF 5.90. :(
> Selection with Ctrl + A won't populate the clipboard, but that is being tracked in a separate bug.
This one got fixed yesterday.
Maybe you can try again, and also make sure that Klipper settings are correct. I am still unable to reproduce. Can you also check whether middle mouse button copy/pasting for selection works? If that works, then it could be a config issue.
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! I tested this on my other computer, which has KDE Neon developer edition, with KF 5.91 and Kate 22.03.70. It still doesn’t work as I described in “Steps to reproduce”. But it works if I do “Hold shift and click-and-drag somewhere else” instead of step 4. I. e. I need to do a slight mouse movement during the second click. Hmm, true, can reproduce that :( Even with the current master branch. Git commit d320988fb7bfd034288ec5e2495323474426ac9e by Christoph Cullmann. Committed on 02/10/2022 at 19:33. Pushed by cullmann into branch 'master'. fix clipboard selection update on shift mouse click M +5 -0 src/view/kateviewinternal.cpp https://invent.kde.org/frameworks/ktexteditor/commit/d320988fb7bfd034288ec5e2495323474426ac9e Ok, should be fixed. |