[BUG] Paste into Find dialog uses wrong clipboard source
Cosmic-edit version: Installed: 0.1.0~1730833343~24.04~ad77eb5 Candidate: 0.1.0~1730833343~24.04~ad77eb5 Version table: *** 0.1.0~1730833343~24.04~ad77eb5 1002 1002 http://apt.pop-os.org/staging/master noble/main amd64 Packages 100 /var/lib/dpkg/status 0.1.0~1730496488~24.04~dcae5fa 1001 1001 http://apt.pop-os.org/release noble/main amd64 Packages
Issue/Bug description: Attempting to copy text from open file contents and paste it into find dialog has unexpected results, as different text ends up getting pasted.
Steps to reproduce:
- Open some other editor/terminal/browser (anything that text can be copied/pasted fromto).
- Open any file in cosmic-edit.
- Verify copy-paste functionality in the edit areas, as follows: a) Copy text1 from cosmic-edit, verify that it can be pasted to other application. b) Copy text1 from cosmic-edit, verify that it can be pasted in a different area of currently opened cosmic-edit file. c) Copy text2 from other application, verify that it can be pasted to currently opened cosmic-edit file.
- Verify copy-paste functionality between edit are a Find/Replace dialog a) Copy text1 from cosmic-edit b) Open Find/Replace dialog (CtrlF/H or menu all behave the same) c) Set focus to either find or replace text box, then Ctrl-V to paste d) BUG - Notice that text2 is pasted (from step 3c) instead of text1 (from step 4a).
Expected behavior: Text1 gets pasted, as it was the last thing copied from the open file.
Other notes:
There is actually no way that I have found to copy text from the edit area and paste it into the find/replace dialog. This is obviously very annoying, since most of the time I am trying to find instances of something in the current file.
I haven't been able to reproduce this bug following the steps. Are you still able to reproduce this issue?
There is actually no way that I have found to copy text from the edit area and paste it into the find/replace dialog. This is obviously very annoying, since most of the time I am trying to find instances of something in the current file.
There is a bug where CTRL must be release before CTRL+V to paste. Is this what you might be seeing?