Closed Bug 1620420 Opened 4 years ago Closed 3 years ago

The clipboard events copy, cut, and paste are not composed

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1689317

People

(Reporter: ekashida, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached file index.html

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15

Steps to reproduce:

Add event listeners for 'copy', 'cut', and 'paste' events and logged the value of their 'event.composed' property.

Actual results:

'event.composed' returns the boolean value 'false'.

Expected results:

'event.composed' should return the boolean value 'true', according to the spec: https://w3c.github.io/clipboard-apis/#clipboard-event-definitions

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → DOM: Events
Product: Firefox → Core

Thanks for reporting the issue and the test case. The spec is indeed violated (works on Chrome).

Status: UNCONFIRMED → NEW
Component: DOM: Events → DOM: UI Events & Focus Handling
Ever confirmed: true
Version: 73 Branch → Trunk

The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit auto_nag documentation.

Priority: P3 → --
Priority: -- → P3
Blocks: 1619251
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: