Opened 5 years ago
Closed 5 years ago
#230 closed defect (fixed)
Paste in Workspace behaves differently than in Browser
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
If you highlight-select (can be both keyboard and mouse) an arbitrary text in Worskspace
then you want to paste in the content of your clipboard. The text pasted should overwrite the selected text. This does not happen. The originally selected text is moved behind the pasted text and un-selected (the selection is now at the pasted text).
On the other hand, in the Browser
(any method) if you select a text it is correctly overwritten with the clipboard contents.
Attachments (1)
Change History (5)
Changed 5 years ago by
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Status: | new → testing |
---|
comment:4 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Fixed in:
- c46e9ab3000c/stx.libtool: Issue #230: use
#pasteOrReplace
to implement paste menu item - eef85526ca1f/stx.libtool: Issue #230: added tests
Note: See
TracTickets for help on using
tickets.
Patrik,
please, try patch c46e9ab3000c.
Now, I'm fairly sure I have fixed that long time ago, but I'm afraid the patch is buried somewhere in those long issues text editor (mis)behavior that actually covers many different things.
Anyways, please, test this one.