Bug 4266 - Incorrect paste
Summary: Incorrect paste
Status: RESOLVED WORKSFORME
Alias: None
Product: Claws Mail
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.99.0
Hardware: PC Linux
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2019-10-30 08:31 UTC by Alexander Kurakin
Modified: 2020-05-19 15:45 UTC (History)
1 user (show)

See Also:


Attachments

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

Note You need to log in before you can comment on or make changes to this bug.