nextcloud-vue
nextcloud-vue copied to clipboard
CTLR+z removes manual input after CTLR-v
Steps to reproduce
- Copy text to your clipboard
- Focus the text input in Talk
- Type "a"
- Type " "
- Type "b"
- Type " "
- CTRLc
- CTRLz
Expected input: "a b " Actual input: clipboard content
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 "
I have a related problem (is this the same?):
- Type text in chat input field
- Paste text from somewhere with ctrl+v
- ctrl-z
expected: removes the text I just pasted
actual behavior: undoes the last manual edit I did before pasting
Firefox 142.0
I see the same problem in many apps/web-sites with contenteditable in Chromium browsers...