Hacker News new | past | comments | ask | show | jobs | submit login

Hm, that would be great — I'd love to see an example of this.



Typically you'll get a selection object, get the range object, and .execCommand("Copy") on it. Unfortunately it only really works in IE (afaik); it used to work in FF if you got the Allow Clipboard Access plugin, but even that's been disabled.

It could potentially be a huge security risk, which is why it's had to be sandboxed into plugins like flash.


>It could potentially be a huge security risk,

Why is copying data into the clipboard a security risk?

> which is why it's had to be sandboxed into plugins like flash.

But it's already in a sandbox (the browser). Why do we need a sandbox inside the sandbox?

I really don't understand what the huge deal is with this. It's almost harder to get some plain text onto the clipboard than it is to get the user to run a .exe.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: