Closed
Bug 955673
Opened 11 years ago
Closed 11 years ago
[Regression] User icon overflows its rounded border
Categories
(Instantbird Graveyard :: Conversation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: nhnt11, Assigned: nhnt11)
References
Details
(Whiteboard: [regression])
Attachments
(1 file, 3 obsolete files)
9.29 KB,
patch
|
benediktp
:
review+
|
Details | Diff | Splinter Review |
*** Original post on bio 2225 at 2013-10-17 11:21:00 UTC ***
This was fixed by adding overflow: hidden; in bug 955465 (bio 2028), but is not working anymore. Not sure when it broke.
Assignee | ||
Updated•11 years ago
|
Whiteboard: [regression]
Assignee | ||
Comment 1•11 years ago
|
||
Finally got this to work by putting the image in a separate container.
Assignee | ||
Comment 2•11 years ago
|
||
Rebase on top of patch from bug 954216.
Attachment #8384141 -
Attachment is obsolete: true
Attachment #8384141 -
Flags: review?(benediktp)
Attachment #8384162 -
Flags: review?(benediktp)
Assignee | ||
Comment 3•11 years ago
|
||
Added comments mentioning that the box around the user icon is a workaround for this bug. I hope that will do?
Attachment #8384162 -
Attachment is obsolete: true
Attachment #8384162 -
Flags: review?(benediktp)
Attachment #8384553 -
Flags: review?(benediktp)
Comment 4•11 years ago
|
||
Comment on attachment 8384553 [details] [diff] [review]
Patch v3
Review of attachment 8384553 [details] [diff] [review]:
-----------------------------------------------------------------
It's looking nice again in the contact list and new conversation tab.
That's not the case for the "conv-top" though yet. The status icon there is distorted at the moment; it is stretched to full width of the icon while keeping it's height (i.e. it's 48px x 16px now?).
Additionally MUCs are showing the border around the icon with a blank area inside.
Please check if the buddy tooltips need to be changed as well.
Attachment #8384553 -
Flags: review?(benediktp) → review-
Assignee | ||
Comment 5•11 years ago
|
||
Sorry about that. Insufficient testing. Changes in the new patch:
- Fix conversation header
- Make it work on buddy tooltips as well (this required some minor code changes aside from encapsulating the image in a box)
I tested this a little bit more thoroughly than last time and it seems to work well. :)
Attachment #8384553 -
Attachment is obsolete: true
Attachment #8384966 -
Flags: review?(benediktp)
Comment 6•11 years ago
|
||
Comment on attachment 8384966 [details] [diff] [review]
Patch v4
Review of attachment 8384966 [details] [diff] [review]:
-----------------------------------------------------------------
It's working fine and the changes look OK. It's not exactly a nice solution but there doesn't seem to be a better one at the moment. Thanks for fixing this!
Attachment #8384966 -
Flags: review?(benediktp) → review+
Comment 7•11 years ago
|
||
rs=me until we get Mic listed as an official chat peer.
Assignee | ||
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•