Live data from Hacker News

Just let me select text

aartaka.me

331–340 of 621 posts

Re: Just let me select text

#331
The problem I face with building web apps where the elements are draggable or clickable, is that the browser also selects the text. The easiest solution is to disable text selection.

But I’d love to know if there’s a better solution to keep text selection somehow.

Re: Just let me select text

#332

Earlier quoted context omitted.

Are people these days so dense (i.e. stupid) they couldn't figure out it was a joke by the author?

I recently read something that stated we've never really had more than 30% of students in the US at a level of mathematical understanding where they can tell that 3/4ths and 0.75 are the same thing, conceptually. I cannot stop thinking about this; it honestly explains so much.

Even harder to understand that 1 part vinegar and 3 parts olive oil isn't 1/3 vinegar.

Re: Just let me select text

#334
Having an example of too much of selectable text. When I copy a YouTube video title and paste it somewhere else suddenly the language code of the text appears in front of the pasted text line. That is also really annoying.

Re: Just let me select text

#335

As a web dev, I fully agree with this, but with a huge exception: clickable text. Anything that is meant to be read as content should absolutely, without fail, be selectable and copyable (assuming appropriate permissions). But stuff like tab headers, buttons, or even text-sparse tiles - things meant for the user to click on - can, and usually should , prevent text selection. It is super annoying to be clicking back a…

No, text should be selectable, even when links. The amount of times I've accidentally highlighted instead of clicking? Maybe a couple? The amount of times that frustrated or confused me? Absolutely zero. I want to select the text of a link and copy the text of a link. I want to do this but I run into issues _daily_, esp. on mobile. PagerDuty app, I'm looking at you! Mobile seems to assume that you, in no world ever,…

Being unable to select text out of a link is absolutely infuriating when you want to just copy a piece of it, either because it's a reference number or something, or you want to translate it. Mobile is nearly impossible, and desktop is also fiddly in many cases.

Often when translating it's easier to just OCR the area with the dictionary app, which is madness when it started as text.

Re: Just let me select text

#336
post #275

Earlier quoted context omitted.

I recently read something that stated we've never really had more than 30% of students in the US at a level of mathematical understanding where they can tell that 3/4ths and 0.75 are the same thing, conceptually. I cannot stop thinking about this; it honestly explains so much.

The third-pound burger flopped because consumers failed to understand that one third is bigger than one fourth. https://en.wikipedia.org/wiki/Third-pound_burger#Marketing_f...

Thank you! I heard that on the radio decades ago but never saw a source to point people to. Wikipedia, who knew?

Re: Just let me select text

#338
post #98
post #76

Earlier quoted context omitted.

Real-world example I use nearly daily: Selecting the nav header that's the ticket number in our ticketing system. I copy-paste the number elsewhere. Of course there are many other bad design decisions that go into requiring me to do this, but it's still a real example of why all text should be selectable.

I almost always copy this by double clicking after the `/` in the URL

Gitlab has killed this with their slide in issues. If you have an issue open, and you copy the address, it's just a huge unique ID context thing. So you have to scroll to the top and use the little copy link button at the top of the page.

Re: Just let me select text

#340

Given that this page has the following styles which aren't applied anywhere else on the blog: body { -webkit-user-select: none; -webkit-touch-callout: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } I think it's safe to assume that being unable to select text on this page is not unintentional, as several comments here assume, nor "ironic", but an intentional effort to demonstrate how annoyin…

> nor "ironic", but an intentional effort to demonstrate how annoying That would in fact be a deliberate use of irony.

I'm reminded of the Archer scene where he explains irony (in the middle of a car chase / gunfight), and then Pam asks:

> Oh. Okay, so then what's satire?

> Nobody really knows!

Post reply on HN