Don't make 'readonly' fields less readable
secretgeek.net
Don't make 'readonly' fields less readable
1–8 of 8 posts
Re: Don't make 'readonly' fields less readable
#2Re: Don't make 'readonly' fields less readable
#3I disagree. People know that they can't change the contents of a greyed out box. Less savvy people may see a box with black text and think that there is something wrong with their computer, keyboard or the web page if they can't click in/edit the contents.
The key is to make it not look like an edit box, then people won't think they can interact with it. You can see it in practice here at HN: edit a submission and you can see that the URL is not in a text-box, so the text can appear like any other text on the page.
In general, making things harder to read can't be good, and should never become a standard.
Re: Don't make 'readonly' fields less readable
#4I disagree. People know that they can't change the contents of a greyed out box. Less savvy people may see a box with black text and think that there is something wrong with their computer, keyboard or the web page if they can't click in/edit the contents.
Re: Don't make 'readonly' fields less readable
#5I disagree. People know that they can't change the contents of a greyed out box. Less savvy people may see a box with black text and think that there is something wrong with their computer, keyboard or the web page if they can't click in/edit the contents.
I would say that, at first, most people do NOT know that greyed-out boxes can't be changed. They only know after attempting to click on it a few times. The key is to make it not look like an edit box, then people won't think they can interact with it. You can see it in practice here at HN: edit a submission and you can see that the URL is not in a text-box, so the text can appear like any other text on the page. In g…
It reminds me of comments here on HN which have very low scores: they get greyed out and effectively "disabled", like a disabled form field.
However, disabled form fields which demand no interaction, not even reading, from the user should not attract interest. It's fine to make fields which are unimportant less prominent.
As you say, real read-only content (such as the text on a web page) should both be easy to read, and not shown inside a user input control in the first place.
Re: Don't make 'readonly' fields less readable
#6Re: Don't make 'readonly' fields less readable
#7Earlier quoted context omitted.
I would say that, at first, most people do NOT know that greyed-out boxes can't be changed. They only know after attempting to click on it a few times. The key is to make it not look like an edit box, then people won't think they can interact with it. You can see it in practice here at HN: edit a submission and you can see that the URL is not in a text-box, so the text can appear like any other text on the page. In g…
> In general, making things harder to read can't be good, and should never become a standard. It reminds me of comments here on HN which have very low scores: they get greyed out and effectively "disabled", like a disabled form field. However, disabled form fields which demand no interaction, not even reading, from the user should not attract interest. It's fine to make fields which are unimportant less prominent. As…
This would be an argument to not show them at all. Requires no interaction, conveys no information and doesn't attract interest? Then it is only cluttering your UI, consider removing it.