I'm using SCEditor in my yii1 project & using v1.4.1, i can't use copy and past in chrome(Version 78.0.3904.108) , firefox (71.0 (64-bit)). How to enable clipboard past ?
Asked
Active
Viewed 4,197 times
2
-
is there a question? – Jaromanda X Dec 17 '19 at 09:49
-
@Jaromanda X How to enable clipboard past ? – Rayven Dec 17 '19 at 09:51
-
Doesn't the message state that this is not available for your browser? – Jaromanda X Dec 17 '19 at 09:52
-
1it worked before, i think after some new updates it stop working – Rayven Dec 17 '19 at 09:57
-
it works in internet explorer – Rayven Dec 17 '19 at 09:58
-
I'm also having the same issue – Damitha Dec 17 '19 at 09:59
-
*it worked before* - before what? – Jaromanda X Dec 17 '19 at 09:59
-
before i update to latest version chrome – Rayven Dec 17 '19 at 10:03
1 Answers
0
Chrome, just like many modern browsers as of date, does not allow JavaScript access to the Clipboard without a user interaction (e.g. the keybind for paste, ctrl + v).
This seems to be since Chrome 66.0.3359 (blink 66) released 2018-04-17, with the Access to the clipboard is now asynchronous
release.
However that date is not verified, I'm unsure about it and this release is only a guess that I'm sceptical to.

PatricNox
- 3,306
- 1
- 17
- 25