Earlier quoted context omitted.
A menu with "我的帳戶" in it, and often a generic icon or no icon at all, doesn't really have sufficient context to determine what the button means. If the website is already translated into your language then great, but many websites aren't (because it's a small site, or you don't speak one of the most common languages, or it's aimed at a different audience, etc.)
Ah, so the website had bad UX? I think we've found the issue!
Just let me select text
191–200 of 621 posts
Re: Just let me select text
#192As 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…
Re: Just let me select text
#193Earlier quoted context omitted.
What would be your ideal solution to the described problem? (Clicking on UI elements selecting text instead of processing the click)
I know you're not asking me, but I would really love the "copy" feature added to ALL context menus. Right clicking a standard anchor element gives you the "copy link" option, but you don't get to copy the word without having it selected. Would be nice to just have a "copy word" feature, for starters. Could even be expanded so that it auto-selects the text after copying it so that if you wanted to copy more than just…
Re: Just let me select text
#194On Android, long press home button activates Google Assistant that can OCR the current screen and translate immediately. Unironically one of the only two features keeping me on Android until now.
Like with all things Google, this feature wasn't available in Gemini (or only available on some devices) last I checked. With Gemini going to replace Google Assistant in the future, this is yet another useful feature that Google will be taking away from Android.
Re: Just let me select text
#195Re: Just let me select text
#196Earlier quoted context omitted.
You provided an example with anchors. In your original post you say "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" and you explicitly mention that you leave out anchors. So far no reply to me has talked about problems causing by having selectable "tab headers, buttons, or even text-sparse tiles". I am still 100…
[flagged]
Re: Just let me select text
#197It's also why I hate Flutter on web. They render text to canvas, suddenly nothing is selectable and so accessibility and definition/translation options don't work.
See https://earth.gooogle.com Click on a city. An info box pops up. Nothing is selectable. Of course a poorly designed HTML info box could do that too but the designer has to go out of their way to make it bad whereas with Flutter (and native in general) the default is bad.
Re: Just let me select text
#198Given 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 have a bookmarklet just to deal with this kind of websites lol
Re: Just let me select text
#199On Android, long press home button activates Google Assistant that can OCR the current screen and translate immediately. Unironically one of the only two features keeping me on Android until now.
Interesting. I screenshot then send to Google Lens which is obviously more of a hassle than what you're describing. But I have gestures enabled and so no home button. I wonder what is the gesture-equivalent of long-pressing on home.