Just let me select text
531–540 of 621 posts
Re: Just let me select text
#532Earlier quoted context omitted.
What are example web pages that prevent this for body text? I feel like I've never come across it before, expect TFA which is making a point... I also can't recall ever coming across a clickable action trigger on every word. Just links that might have some popup action. And I use opt+click to select things within regular links. I'm genuinely curious because it seems like lots of people are agreeing, and this is not a…
substack and some modern ebook apps such as kindle and Wechat books. When you select a popup appears for highlight, leave a comment, or share.
Re: Just let me select text
#533I get a kick out of it when a product manager comes suggesting we diable text selection. "oh, you want to disable the single most usable and powerful interoperability feature in our product?" "Yeah. Do we really want people leaving our app with their data?" By leaving, do you mean kicking it off the phone or switching to another app and getting something done? "Oh, yeah, they are just getting something done. But not…
Disabling right click was one of the most common requests from site owners to webmasters back around 2000. They mostly wanted to prevent "Save as..." on the images, but copying article text out was also part of it.
Re: Just let me select text
#534Earlier quoted context omitted.
You are the one saying it breaks keyboard usage, and still haven't given an example of why and how.
[flagged]
Re: Just let me select text
#535Earlier 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?
- English
- Mandarin
- Malay
- Tamil
Did you provide translations for all of those? If we expand to the immediate vicinity you can also throw in Thai and Vietnamese as well. Plenty of Japanese and Korean people live in Singapore too.
Re: Just let me select text
#536I 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…
Well, yet another compulsive selector here, but: 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 s…
Twitter did that, every pixel was reacting to clicks. Selecting text was hard
Re: Just let me select text
#537Re: Just let me select text
#538Earlier quoted context omitted.
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…
It's solvable through the handwriting input, although you do need to know the approximate order and direction of strokes or you will get nowhere. I know roughly zero Chinese characters and use this often-ish.
Re: Just let me select text
#539 javascript:(function(){function%20allowTextSelection(){window.console&&console.log('allowTextSelection');var%20style=document.createElement('style');style.type='text/css';style.innerHTML='*,p,div{user-select:text%20!important;-moz-user-select:text%20!important;-webkit-user-select:text%20!important;}';document.head.appendChild(style);var%20elArray=document.body.getElementsByTagName('*');for(var%20i=0;i-1){el.removeAttribute('disabled');el.onkeydown=el.onkeyup=function(){return%20true};}}}allowTextSelection();})();