Bug 4266

Summary: Incorrect paste
Product: Claws Mail Reporter: Alexander Kurakin <kuraga333>
Component: OtherAssignee: users
Status: RESOLVED WORKSFORME    
Severity: normal CC: kuraga333
Priority: P3    
Version: 3.99.0   
Hardware: PC   
OS: Linux   

Description Alexander Kurakin 2019-10-30 08:31:22 UTC
1. Open Claws Mail.
2. Compose a new message.
3. Type "abc" in it.

Then (strange but sorry I couldn't find a simpler situation):
4. Open a site in Chromium.
5. Open Developer tools (<Ctrl>+<Shift>+I).
6. Right clink on some DOM element.
7. Click Copy -> Cope element in context menu.

Say, element's HTML is: <p>def</p>

8. Switch back to new message.
9. Select all text.
10. Paste (<Ctrl>+V).

Expected message's text: <p>def</p>
Actual message's text: <p>def</p>abc