Just let me select text
381–390 of 621 posts
Re: Just let me select text
#382Workarounds exist [1], but aren't great for text that spans multiple lines and styles.
[0] https://github.com/facebook/react-native/issues/13938
[1] https://github.com/bluesky-social/react-native-uitextview
Re: Just let me select text
#383I have a habit of selecting and highlighting text on computer screens, while reading. I have no issues tracking lines usually, but somehow I still select and highlight. Maybe it is just easier to track lines this way. When I see some web page, that prevents this, then that website gets a -50 reputation score out of 100 in my book. So if the site is perfect in every other way (almost no site is) then -50 still makes i…
Similarly I get annoyed, if every pixel is some clickable action trigger.
This is the worst. It permeates all kind of GUIs. Windows has this mini preview windows that pop up when you're hovering over the apps in the taskbar. Also if you accidentally hover over them, all the windows are minimized except the one previewed.
Microsoft has systematically terminated every single way of disabling this idiocy.
Using one Windows inside another (vbox) at work is causing me PTSD. I'm no proud of it, but I think I'd use physical violence if I could confront the culprit.
Re: Just let me select text
#384Interesting choice of example. I would probably have gone with the PayPal or eBay apps, which (on iOS at least) still refuse to let you select the text from the address you have to send the item you’ve sold to.
Re: Just let me select text
#385Given 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…
I hope the author doesn't have any point beyond: "it's annoying to disable text selection"
Re: Just let me select text
#386The 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.
It may also be to make it harder for users to slip in copy-and-paste references to material on other sites for spam or other purposes. Occasionally I'll see someone list an Instagram or Snapchat ID on a dating site, and they're often doing something at least semi-dodgy.
Another issue might be reducing profile plagiarism.
Re: Just let me select text
#387Or you can't just mmb-click the "Trending in..." clickable to open a trend in a background tab.
Re: Just let me select text
#388As 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,…
Re: Just let me select text
#389As 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…
Triple-click (at least in FF on Linux) highlights paragraphs or other block-elements contents; it should be allowed on things where a single-click does navigation. This would be very out of the way for normal users, but would allow easily and quickly highlighting (and copying) parts of the interface.
Re: Just let me select text
#390Given 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…
Are people these days so dense (i.e. stupid) they couldn't figure out it was a joke by the author?
And yes, by the way, i DO have a tattoo of the Lobotomized Owl selector. And no, you cannot see it. It's for the ladies' eyes only- and even then they have to demonstrate that they're within 5 IQ points of my own (preferably lower) beforehand. Nothin personnel kid.