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…
It's always bothered me that links on webpages are single click to open. They should require double clicking to open (like just about everything else on a computer) and single click should be used to start selecting text, like everywhere else on a computer.
Just let me select text
211–220 of 621 posts
Re: Just let me select text
#212#!/usr/bin/bash
maim -us | tesseract --dpi 145 -l eng - - | xsel -bi
[[ "$(xsel -ob)" ]] || (notify-send "No text found"; ohno)
You wil have to install maim, tesseract and xsel for it to work.
Edit: you can leave out the ohno which is just an audible alarm on my system
Re: Just let me select text
#213Earlier quoted context omitted.
> Why would you want to translate "My Account" into another language? When you don't know the language or what "My Account" means? Not everyone speaks English.
And you also can't understand the icon? And the context? And the translations I provided?
Plain old text that can be selected is always going to be the most user friendly to non-native speaker users.
The question then is on the balance of trade offs which user group experience is the one you want to cater more to, non native speakers or keyboard-only users.
Edit: I love how one of the icons is 票 - perfectly self explanatory to Chinese speakers. Good luck if you don't speak Chinese which goes to show that icons are cultural to some degree
Re: Just let me select text
#214Earlier quoted context omitted.
I don't even understand it; I just can recognize a character and type it in. The only time I have to do so is in looking at poorly designed firmware sites and stuff like that, but I manage when the developers do not accomodate for me. But that's not what the topic is. The topic is HOW developers should accomodate users. And I'm simply taking the stance that preventing user selectability is a lesser evil in specific c…
A native Chinese high school graduate is generally expected to know around 3500 characters. A middle school student, 2500-3000. For Kanji the numbers are around 2136 and 1200 and respectively. If you know the language, then you don't need this. But if you're claiming that you can type a random Hanzi or Kanji character you see in an interface without speaking the language, you are either missing something here or not…
Re: Just let me select text
#215So the workaround on android is to long press the bottom bar, send the screen off to gemini to OCR it, it'll recognise it's foreign language and then translate it for you. What a complete waste of time! You've got these remarkable LLM capabilities at your fingertips, and we're forced to burn energy working around these asinine restrictions for something as simple, as universal and as well understood as copying text.
Re: Just let me select text
#216Re: Just let me select text
#217As 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…
I sometimes shop on Japanese webstores for CDs and merch. Many of these sites are actually where natives buy stuff, so few to no translations are available there. It's a routine for me to copy the Japanese on the nav bar to a translator, then get a list like "Cart Orders Account Help". Another example for buttons. Assuming I don't speak Chinese, how could I know what "下单" and "返回" mean without copy-pasting them into…
Re: Just let me select text
#218Given 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…
In uBlock: *##html, body, body *:style(user-select: auto !important)
Re: Just let me select text
#219Given 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?