Closed
Bug 778534
Opened 13 years ago
Closed 11 years ago
Use image instead of html:img in instant messaging
Categories
(Thunderbird :: Instant Messaging, defect)
Thunderbird
Instant Messaging
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 956579
People
(Reporter: iannbugzilla, Unassigned)
References
Details
Attachments
(1 file)
1.64 KB,
patch
|
florian
:
review-
|
Details | Diff | Splinter Review |
Over in bug 774063 it was suggested that html:img could be removed from imbuddytooltip.xml
Simple switch to using xul:image instead of html:img
Attachment #680792 -
Flags: review?(mbanner)
Comment 2•12 years ago
|
||
Comment on attachment 680792 [details] [diff] [review]
Switch to xul:image
Florian's better to review this code.
Attachment #680792 -
Flags: review?(mbanner) → review?(florian)
Comment 3•12 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #2)
> Comment on attachment 680792 [details] [diff] [review]
> Switch to xul:image
>
> Florian's better to review this code.
Flags: needinfo?(florian)
Comment 4•12 years ago
|
||
Comment on attachment 680792 [details] [diff] [review]
Switch to xul:image
The HTML img tag keeps the aspect ratio while scaling the image down. The XUL image tag doesn't.
Sorry for the delay. I suspected this, but wanted to actually try the patch to verify that the behavior of the XUL image tag hasn't changed since when I initially wrote that code.
It seems that since bug 585069 got fixed there should be a better way to do the scaling, but my quick attempts to use <xul:image maxheight="48" maxwidth="48" instead of http://hg.mozilla.org/comm-central/annotate/ff643eff7154/mail/components/im/content/imbuddytooltip.xml#l140 weren't successful.
Attachment #680792 -
Flags: review?(florian) → review-
Flags: needinfo?(florian)
Comment 5•12 years ago
|
||
(In reply to Florian Quèze from comment #4)
> It seems that since bug 585069 got fixed there should be a better way to do
> the scaling, but my quick attempts to use <xul:image maxheight="48"
> maxwidth="48" instead of
> http://hg.mozilla.org/comm-central/annotate/ff643eff7154/mail/components/im/
> content/imbuddytooltip.xml#l140 weren't successful.
Possibly because of the inline style on the parent?
As the code this was patching was rewritten in bug 956579, marking as a dupe of that bug.
Assignee: iann_bugzilla → nobody
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•