Agreed with the overall sentiment but screenshot+immediate text select on iOS/Mac has solved 99% of my issues here Technology!
Just let me select text
11–20 of 621 posts
Re: Just let me select text
#12Yet I can't select text on this very blog.
Exquisite bait m'lord!
... or maybe the word that's connected to hippo and rhymes with "crisy"
Re: Just let me select text
#13It greeted me with a message: "Oh, I see you disabled JavaScript. Keep up the good work, my fellow cleanweb person!" which is an interesting departure from the usual "this app won't work without javascript". But I couldn't select the text from the message to paste it here... while looking at the header above it "Just let me select text" I thought: yeah!
Re: Just let me select text
#14Yet I can't select text on this very blog.
Re: Just let me select text
#15Re: Just let me select text
#16 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 annoying this behavior is.Re: Just let me select text
#17Pros: 1. safer (what you see is what you select), 2. also works with images, 3. all text can be selected
Re: Just let me select text
#18It greeted me with a message: "Oh, I see you disabled JavaScript. Keep up the good work, my fellow cleanweb person!" which is an interesting departure from the usual "this app won't work without javascript". But I couldn't select the text from the message to paste it here... while looking at the header above it "Just let me select text" I thought: yeah!
You can select the text by disabling CSS.
Re: Just let me select text
#19Given 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…
*##html, body, body *:style(user-select: auto !important)