Questions tagged [labels]
Usually non-interactive text on in UI used to guide the user as to what information is needed or presented.
418 questions
0 votes
1 answer
97 views
How to label long form inputs and help user memorize them
I am working with big forms, some of which might create page scroll and will have inputs placed side by side (up to 4 per line). I have been told that the users of these forms will usually memorize ...
1 vote
3 answers
298 views
Why do big companies not follow best UX practices?
As a Junior UXD, I had a debate with my client about including labels on actionable icons. They really want them to be removed, and found several examples of this practice from big companies like ...
0 votes
1 answer
86 views
How much context should I include in a button label?
I am looking to understand best practices for deciding how much context a button should include in its label for screen readers. My current scenario I have a repeating row with a user generated ...
2 votes
2 answers
150 views
Button label for less than ideal workflow
I'm working on a site where users can view product inventory (let's say they're cars for the sake of simplicity) through the company's website. The user can then click a button that opens a 3rd party ...
1 vote
2 answers
125 views
Canceled or Cancelled
I recently noticed that one of the applications I manage had first used "Canceled" as a status and then switched to "Cancelled." I went searching for what is correct. As per ...
2 votes
3 answers
206 views
How may I label identical user generated form fields in an accessible way?
Background I work with web forms for users that have trouble getting employed because of e.g. disabilities, being new to the country and language, etc. We have to ask them questions to learn about ...
0 votes
1 answer
92 views
Show information based on phone number
We are a parcel delivery company looking to enhance a feature that uses a phone number to indicate a customer's success rate based on parcel returns. We have two UX versions in mind: After validating ...
4 votes
2 answers
284 views
Using ellipsis for commands in web applications
In history in desktop applications ellipsis are used to indicate the user that additional information are required, when he execute the command. I'm surprised that in many web applications no more ...
2 votes
2 answers
161 views
Maximum width of a tag
I would like to ask if there's a a common value to the maximum width of a tag? Thanks
1 vote
1 answer
561 views
Include or omit (in)definite articles in button labels?
Considering the following primary button in a web application: [Wait for deadline] or [Wait for the deadline] Are there any best practices regarding the inclusion or omission of definite and ...
1 vote
1 answer
78 views
How do we let users know if a dashboard shows the entities’ lifetime activity or activity during the selected date range? [closed]
I am currently designing a dashboard that displays data related to entities (e.g., campaigns, ads, ad groups). My challenge is to effectively communicate whether the data presented pertains to the ...
1 vote
1 answer
101 views
Buttons with icon. Possible problems
I'm designing a web application. In several pages there are many secondary buttons that allow users to perform actions. For example, inside an "Order" page you can: Create notification ...
9 votes
1 answer
3k views
Is there an accessibility standard for using icons vs text in menus?
I'm asking as a user here (I work in QA, fwiw) - is there a standard for accessibility in terms of using text labels vs icons only in menus? I searched and found a lot of conversations about including ...
1 vote
1 answer
263 views
Label placement on filters
Why almost all filters I find have their labels inside, as a placeholder? When the users select a value they lose context since the label is no longer visible. Isn't it a better option to put the ...
2 votes
2 answers
170 views
Appropriate button label to preview a file before sharing it publicly
We're working on a platform that has these 2 sections: Private files - participants in the call have their own private files section Public files - Files shared here become accessible (to preview and/...