-
Current GLFW has the function `glfwSetClipboardText()` and `glfwGetClipboardText()`, but the underlying system clipboard APIs are significantly more powerful:
* They allow you to offer multiple dif…
-
### Background and motivation
OLE clipboard supports [standard exchange formats](https://learn.microsoft.com/windows/win32/dataxchg/standard-clipboard-formats) and additionally allows users to regist…
-
We are looking to implement the Clipboard Change Event API and spec for clipboardchange event exists today, [link](https://www.w3.org/TR/clipboard-apis/#clipboard-event-clipboardchange)
However, impo…
-
### Describe your motivation
Requests related different clipboard actions are relatively common by our community. Currently Flow lacks easy API for this. It is however possible to implement clipboa…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification title: Clipboardchange event API
* Specification or proposal URL (if available): https://www.w3.org/TR/clipboard-ap…
-
The current implementation of the copy to clipboard is to create a textarea and use `document.execCommand('copy')` to copy the text, which is [deprecated](https://developer.mozilla.org/en-US/docs/Web/…
-
According to https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API document.execCommand() is deprecated.
Therefor the https://cookbook.vaadin.com/copy-to-clipboard should be updated to use…
-
## Introduction
The clipboardchange event fires whenever the system clipboard contents are changed. This allows web-apps like remote desktop clients to be notified and respond to changes to the sys…
-
The current, new clipboard api with added support for types other than text is a really good thing.
But, it lacks info on what was set last. eg:
(assume set is externally)
1. text is set
-> no iss…
-
### Description of the new feature / enhancement
There are a lot of use cases already where extensions need to be able to easily access the clipboard. Let's let em!
### Scenario when this would …