squirt icon indicating copy to clipboard operation
squirt copied to clipboard

Does not read highlighted selection in newest stable Firefox 31

Open denysonique opened this issue 11 years ago • 2 comments

Instead of reading the selection it reads the entire document.

denysonique avatar Aug 13 '14 02:08 denysonique

Same problem - actually just spat out the JS in the document for me instead of the text

mangecoeur avatar Jun 15 '15 13:06 mangecoeur

squirt uses window.getSelection() function, which does not work on text selected in form fields due to this Firefox bug.

boykov avatar Mar 23 '16 03:03 boykov