mojombo / clippy

Clippy is a very simple Flash widget that makes it possible to place arbitrary text onto the client's clipboard.
MIT License
939 stars 167 forks source link

text encoded (with javascript) appearing copied to clipboard decoded #17

Open darkman97i opened 13 years ago

darkman97i commented 13 years ago

I've been testing to be sure I set into variable {text:'%20encodedtest&20etc..'} encoded text but seems when I copy from clipboard the text has been encoded. Really if it's a URL - that's my case - it'll be good idea mantaining with initial format. I tested with several browsers and the problem is not there. I don't know if this kind of conversion is something normal or made into clippy code, if it's the case I think some variable to indicate not doing it mandatory will be apreciated.