Hacker News new | past | comments | ask | show | jobs | submit login

This sounds awful. Like some sort of bullshit DRM in a way.

Now I'm thinking of all the ways I could get screwed here.

* Not being able to copy transactions from my bank account

* Not being able to easily send text to a read-later service (not sure if this necessarily depends on selectable text, but who knows, maybe selectable means the text isn't visible to these services now)

* Not being able to easily copy something that needs entering into another page

This reminds of sites that try really hard to NOT allow password managers, or even allowing pasting of text into form fields.

Pass.




I use the select text -> web search feature in Chrome all the time to quickly look up definitions of words. Breaking this will be really annoying to anyone reading webpages in a 2nd language than their own.


You know devs can already make text not selectable on the web, right?


It takes work to make it non-selectable. In Flutter, it defaults to non-selectable.

Most of the time a dev isn't thinking "I'd better make this selectable," because they simply aren't going to think of all the reasons someone might select text. They'll think of the obvious-to-them cases, and leave all the other text as unselectable.


It doesn't really default to anything. There's a widget for selectable text and a widget for non-selectable text.


OK, but the Flutter gallery has zero selectable text, as far as I can see. Seems like a great case of where developer decided "doesn't need selection, let's let the user drag to scroll with their mouse instead".


Why even make it a 50/50 choice? I hate apps without selectable text and they're everywhere. Translating something becomes a nightmare and that hurts useability.

It's like if you made spoiler 50/50. Do you want to see this without clicking?

I think we really overlook the thought that had gone into making js, and other open tech.


Exactly. And I didn't even realize how often I subconsciously select text while I read until I saw the relevant xkcd. [1]

I truly think my random clicking on paragraphs that I'm approaching isn't just ADHD but a way of helping my eyes stay on track. It's very disconcerting when the text doesn't select. (As, clearly, all these comments noticed as well -- why were we all trying to select the text? To check if it's Flash-ish, of course, but also we just like things to grab onto while we read.)

1. https://xkcd.com/1271/


I would even add this XKCD. https://xkcd.com/1174/

Or even translating...

Try putting their demo website in Google Translate or even try to select the text on an email in their demo webmail app to copy paste it in google translate ....


Flutter should pick sensible defaults, in this case most agree that text should be selectable


I'm not happy about "user-select" not having an easy override. But at least it can be overridden by a user CSS file or a browser extension, which isn't so bad. This is much worse.


Flutter: defaults to unselectable

Web: defaults to selectable

Flutter on Web: defaults to Flutter, not Web


Was not aware of that, thanks for letting me know. In either case, it's a dick move and shouldn't be encouraged.


Yes but on the web you can use a user-agent that doesn't care about what the site says should be selectable, or at least an extension that overrides the CSS in question.


When was the last time you tried to copy the text of the menu items of whatever native app you're using? Or the tab title?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: