Closed
Bug 1835059
Opened 2 years ago
Closed 2 years ago
Clipboard only supports the set operation on kSelectionCache type
Categories
(Core :: Widget, task, P3)
Core
Widget
Tracking
()
RESOLVED
FIXED
116 Branch
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(1 file)
The kSelectionCache type was introduced on bug 1261299 for Mac only, currently it doesn't support clipboard owner and non-set operations, such as getData or hasDataMatchingFlavors. I am not sure if that is intentional, but perhaps we could consider extending its capabilities to align more with other clipboard types, though there is no use case so far, but it could make the clipboard code simper and more generic.
| Assignee | ||
Comment 1•2 years ago
•
|
||
And we don't support clipboard owner for kSelectionCache type as well.
Clipboard owner supports kSelectionCache type after bug 1812078.
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
| Assignee | ||
Comment 2•2 years ago
|
||
Depends on D180000
Updated•2 years ago
|
Attachment #9340162 -
Attachment description: Bug 1835059 - [Cocoa] Make clipboard supports all operations on kSelectionCache type; → Bug 1835059 - [Cocoa] Make clipboard supports all operations on kSelectionCache type; r?mstange
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bf254573e27
[Cocoa] Make clipboard supports all operations on kSelectionCache type; r=mstange
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•