squirt icon indicating copy to clipboard operation
squirt copied to clipboard

Selecting text to read specific bit of text not working

Open ghost opened this issue 11 years ago • 3 comments

The bookmarklet reads the whole page even when using it with a selected block of text. This happens on all web pages, at least in Firefox 28 and 29, and Chrome 34, both in Ubuntu 14.04. Haven't checked on other browsers or OSes.

ghost avatar Apr 24 '14 17:04 ghost

The bookmarklet in Firefox 28, Ubuntu 12.04 has the same problem.

boykov avatar May 06 '14 13:05 boykov

Same here. Is this a bug in a supported feature that is supposed to work, or is this an enhancement request?

heyakyra avatar Dec 12 '14 18:12 heyakyra

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 04:03 boykov