logoalt Hacker News

schaefertoday at 5:46 PM1 replyview on HN

What?

If copy and paste is disabled in my default browser that would be something like 80% of my total of my total use cases for the clipboard in the first place.


Replies

tpoachertoday at 6:00 PM

They're not saying your manual copy/pasting from a browser window onto your clipboard shouldn't be possible; they're saying the browser itself shouldn't allow this functionality to be scriptable internally.

The former is a system event, not a browser one.

This is similar to how on google docs if you try to copy via the edit menu, it pops up to say use Ctrl-C instead.

Honestly, I too am surprised a JavaScript plugin was able to access and alter the system clipboard in the first place too.