GNOME Bugzilla – Bug 788278
Content from other apps pasted before cursor instead of after
Last modified: 2017-09-28 13:14:59 UTC
Copy text in any other application and paste it (p in vim mode, didn’t check if that applies to other modes). The text is pasted at the wrong place. Not sure if it’s the same bug, but if your copied content is multi-line then paste will split your current line (as opposed to paste on the next line as expected in vim mode).
Created attachment 360603 [details] [review] editor: paste from external text at wrong position Possible mismatch between the clipboard content and the utf-8 converted text so we set back the utf-8 text in the clipboard to be sure.
Attachment 360603 [details] pushed as 04bc816 - editor: paste from external text at wrong position