Live data from Hacker News

Poll: Do you select text while reading?

news.ycombinator.com

271–280 of 366 posts

Re: Poll: Do you select text while reading?

#271
I do. But I'm also one of those people that will highlight text in 'real' books using a marker. I read destructively, you really don't want to be the next person in line after I'm 'done' with a textbook.

And being able to permanently highlight stuff on the screen so that when I re-visit a page later and it still contains my highlights is something I miss.

Re: Poll: Do you select text while reading?

#274
I was once developing a message board. It had a threaded message model and a high resolution of notifications, so when entering a thread with multiple new messages, the new messages where all highlighted with a different background color.

I implemented a JS feature where double click on a message body would send mark-as-read to the server via AJAX and remove the background color. When the feature entered testing, almost all the testers opposed it, as their behaviour with double clicking to select words or paragraphs they were reading was affected.

The feature was never deployed.

Re: Poll: Do you select text while reading?

#277

No, but I tend to scroll, so the top of the browser window marks where I should read next.

Ah, I have been looking for this comment. Finally someone else who does this! It doesn't just show me where my current spot to start from is; it prevents me from wasting time re-reading any text that I have already read. Even though this is my most common method, I occasionally use the mouse cursor (without selecting) to keep my place instead, particularly at the bottom of a page where I can no longer scroll down.

Re: Poll: Do you select text while reading?

#279

Earlier quoted context omitted.

Yes, the New York Times was the worst. In a similar vein, snopes.com also forbids selecting on the page. And when they "fixed" Chrome so that clicking and dragging from within a selection dragged the selection instead of starting a new selection, I died a little inside. Why would I want to drag text on a web page? I guess random clicking and selecting is no more of a useful use case, but I still find myself messing t…

Why would I want to drag text on a web page I drag selected text to between tabs to create a new tab with a Google search for that text. I do that a lot.

I also do that. Once in a while you get text with a colon in it, which Chrome interprets as a protocol handler and goes to about:blank. 1 in a thousand but it still gets me often. Here is a test.

drag: thistext

And yes, I've reported this bug.

Post reply on HN