Missing label/string to describe radiobox for default email address (title and/or tooltip)
Categories
(Thunderbird :: Address Book, defect, P1)
Tracking
(Not tracked)
People
(Reporter: thomas8, Assigned: mkmelin)
References
(Blocks 1 open bug)
Details
(Keywords: ux-discovery)
Attachments
(1 file, 1 obsolete file)
P1 because this needs strings.
No label, no tooltip: It's hard to tell for the user what the radio boxes are for.
Having a title label might be odd because of the limited space in the radio box column.
Maybe we could have a Default Email Address
icon in the title?
At least (which might be sufficient), we should add a tooltip to the radio boxes, something like:
Set default email address
I'm also wondering if the meaning of Default Email Address
needs a bit of explanation somewhere (speech bubble on column title icon?)
Assignee | ||
Comment 1•3 years ago
|
||
- It's nor really a default but a preferred address.
- Set title for some inputs, and remove the accessibility specials: the labels should not be hidden if used for accessibility, and just using normal semantics (title) will benefit all users
- fix preferred checkbox to be radio and remove the vcard-email-primary-checkbox CustomEvent hack. No idea why that shows as a radio atm (?!)
- selected is a boolean attribute in html: "true" is not valid
- fix some elements that do not have optional closing tags
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
It's not a default address, but a preferred one. With data from elsewhere, it can define the ordering.
We should fix the code to show the preferred address first, but I'm leaving that for another bug.
Updated•3 years ago
|
Reporter | ||
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Marking this as duplicate of bug 1776372 since the work is being done there, and some other fixes in the patch have landed already.
Updated•2 years ago
|
Description
•