Closed
Bug 1077513
Opened 10 years ago
Closed 9 years ago
The default avatar is reduced horizontally for contact with long name
Categories
(Hello (Loop) :: Client, defect, P4)
Hello (Loop)
Client
Tracking
(firefox43 fixed)
People
(Reporter: pauly, Assigned: standard8)
References
Details
(Whiteboard: [UX bug])
Attachments
(2 files)
8.14 KB,
image/png
|
Details | |
1.89 KB,
patch
|
Mardak
:
review+
|
Details | Diff | Splinter Review |
STR:
Add a contact with a really long name (e.g. "long nameeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")
Actual results:
The default avatar is reduced horizontally - see attached
Updated•10 years ago
|
Whiteboard: [loop-uplift]
Updated•10 years ago
|
backlog: --- → Fx36?
Whiteboard: [loop-uplift] → [loop-uplift][UX]
Updated•10 years ago
|
backlog: Fx36? → Fx38?
Updated•10 years ago
|
backlog: Fx38? → Fx37?
Updated•10 years ago
|
backlog: Fx37? → Fx38?
Updated•10 years ago
|
Priority: -- → P4
Updated•10 years ago
|
backlog: Fx38? → backlog+
Rank: 45
Flags: firefox-backlog+
Updated•10 years ago
|
Whiteboard: [loop-uplift][UX] → [UX bug]
Assignee | ||
Comment 1•9 years ago
|
||
I found it interesting that hovering over the contact made the avatar un-squash. It turns out that we're using flex to put the contact divs in horizontal mode, but we're then not specifying the flex attributes on all the elements.
Specifying none on the avatar and the icons, correctly fixes those, then we just have to specify auto on the main contact details to make sure the icon buttons are all the way to the right.
This doesn't make an attempt to fix the fact the name should have an ellipsis at the end if it overflows. I think we're going to need to do something thinking wrt spans etc, so I'm splitting that off to a seperate bug.
Attachment #8658705 -
Flags: review?(edilee)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → standard8
Iteration: --- → 43.3 - Sep 21
Points: --- → 2
Updated•9 years ago
|
Attachment #8658705 -
Flags: review?(edilee) → review+
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•