Closed
Bug 9034
Opened 26 years ago
Closed 26 years ago
Ctrl+C cuts text from content when it should just copy
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: cmanske, Assigned: buster)
Details
Ctrl+C and Ctrl+X act the same in the editor: they both cut the text and put
it on the clipboard.
Ctrl+C should Copy, not cut.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
what's happening here is the editor is handling the control-c correctly, putting
a copy of the selection on the clipboard. Then we're getting a second event
which is a keyPressed for whatever Control-C maps to. Since you have a
selection (the stuff that got copied), the phantom type-in character replaces
the selection just as if you had typed a normal character with a selection.
*** This bug has been marked as a duplicate of 8123 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•