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)

defect

Tracking

()

People

(Reporter: edgar, Unassigned)

Details

Attachments

(1 file)

Attached file testcase.html

STR:

  1. Select text from "First" to "Third-1".
  2. Press ctrl+c to copy selection.
  3. Open https://edgarchen.github.io/dragndropclipboard/
  4. 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.

Attachment

General

Created:
Updated:
Size: