You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is "primary selection"
"Primary selection" is operated in the following manner:
copy text by selecting it
paste text by clicking middle mouse button
Issue
Xed clears the primary selection when text is deselected.
As a consequence you can't do anything between copying and pasting, such as moving the cursor to a different spot or let alone edit the text, without losing the content of the primary selection.
Steps to reproduce
select a text to copy it into primary selection (can be verified with xsel --output --primary as long as you don't deselect it!)
click anywhere else in the editor or move the cursor with keyboard - at this point the primary selection is cleared (can be verified with the same xsel command)
press middle click to paste the text: nothing happens
Expected behaviour
In all other software I've every used the text stays in the primary selection once it has been selected, even if later deselected and even if the originating program (of the selected text) has been closed.
Other information
This bug is not a recent regression and may be present since the beginning.
The text was updated successfully, but these errors were encountered:
What is "primary selection"
"Primary selection" is operated in the following manner:
Issue
Xed clears the primary selection when text is deselected.
As a consequence you can't do anything between copying and pasting, such as moving the cursor to a different spot or let alone edit the text, without losing the content of the primary selection.
Steps to reproduce
xsel --output --primary
as long as you don't deselect it!)Expected behaviour
In all other software I've every used the text stays in the primary selection once it has been selected, even if later deselected and even if the originating program (of the selected text) has been closed.
Other information
This bug is not a recent regression and may be present since the beginning.
The text was updated successfully, but these errors were encountered: