cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 206 forks source link

Does not read highlighted selection in newest stable Firefox 31 #165

Open denysonique opened 9 years ago

denysonique commented 9 years ago

Instead of reading the selection it reads the entire document.

mangecoeur commented 9 years ago

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

boykov commented 8 years ago

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