nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

CTLR+z removes manual input after CTLR-v

Open ChristophWurst opened this issue 2 years ago • 1 comments

Steps to reproduce

  1. Copy text to your clipboard
  2. Focus the text input in Talk
  3. Type "a"
  4. Type " "
  5. Type "b"
  6. Type " "
  7. CTRLc
  8. CTRLz

Expected input: "a b " Actual input: clipboard content

ChristophWurst avatar May 12 '23 08:05 ChristophWurst

Isn't it crtl + v in step 7? to paste text?

  • have "hello" in your clipboard
  • type "test "
  • crtl + v to insert "hello" --> "test hello"
  • crtl + z --> "hello", but should be "test "

tobiasKaminsky avatar Oct 04 '24 07:10 tobiasKaminsky

I have a related problem (is this the same?):

  1. Type text in chat input field
  2. Paste text from somewhere with ctrl+v
  3. ctrl-z

expected: removes the text I just pasted

actual behavior: undoes the last manual edit I did before pasting

Firefox 142.0

alexanderdd avatar Sep 01 '25 07:09 alexanderdd

I see the same problem in many apps/web-sites with contenteditable in Chromium browsers...

ShGKme avatar Sep 01 '25 10:09 ShGKme