Open
Bug 2020818
Opened 3 months ago
Updated 3 months ago
All slotted elements are copied even when only part of slotted elements are selected
Categories
(Core :: DOM: Serializers, defect, P3)
Core
DOM: Serializers
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
Details
Attachments
(1 file)
|
458 bytes,
text/html
|
Details |
STR:
- Select text from "First" to "Third-1".
- Press ctrl+c to copy selection.
- Open https://edgarchen.github.io/dragndropclipboard/
- Press ctrl+v to paste.
Expected result:
The pasted data does not include "Third-2" since it was not selected.
Actual result:
The pasted data incorrectly includes “Third-2,” even though it was not selected.
You need to log in
before you can comment on or make changes to this bug.
Description
•