Lines Matching refs:clipboard

13 …or-dev/issues/2775): Fixed: [Clipboard](https://ckeditor.com/cke4/addon/clipboard) paste buttons h…
137 …edundant `lang.title` entry from the [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin.
255 …ckeditor/ckeditor-dev/issues/869): Fixed: Empty selection clears cached clipboard data in the edit…
468 …t/16777): [Edge] Fixed: The [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin does not…
507 …o paste images as Base64 strings when using [Clipboard](https://ckeditor.com/cke4/addon/clipboard).
688 …lChecker/ckeditor-plugin-scayt/issues/104): SCAYT's spans leak into the clipboard and after pastin…
785 …l applications is pasted as a plain text. Removed the `CKEDITOR.plugins.clipboard.isHtmlInExternal…
802 …t/13441): [Edge] Fixed: The [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin breaks t…
879clipboard.dataTransfer.html) facade was introduced to unify access to data in various types and fi…
880clipboard access whenever possible. This solved many issues related to pastebin such as unnecessar…
881 …* Drag and drop of inline and block widgets was integrated with the standard clipboard APIs. By li…
883 …rces because of the low quality of HTML that these engines put into the clipboard. Internal and cr…
895 …t.<br>Browser support for related features varies significantly (see http://caniuse.com/clipboard).
897 …* Only Chrome and Safari on Mac OS support setting custom data items in the clipboard, so currentl…
898 …* No Internet Explorer browser supports the standard clipboard API which results in small glitches…
899 …* Direct access to clipboard could only be implemented in Chrome, Safari on Mac OS, Opera and Fire…
1363 …r.com/ticket/11200): Added [Clipboard](https://ckeditor.com/cke4/addon/clipboard) plugin as a dep…
1379 * Firefox and IE9 clipboard fixes ([#10857](https://dev.ckeditor.com/ticket/10857)),
1403 …tor.com/ticket/10870): The `paste` command is no longer being disabled when the clipboard is empty.