Open Bug 527581 Opened 15 years ago Updated 2 years ago

Image in htm signature fails to load unless you double click followed by "ok"

Categories

(Thunderbird :: Message Compose Window, defect)

PowerPC
macOS
defect

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: lillard, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: ThunderBird version 2.0.0.23 (20090812)

My signature file is in html.  the text potion of the signature appears correctly.  the image does not.  I have specified the full path for the image.  I have used the moz-do-not-send="false"  A link to the image appears below the signature but not the image.  If I double click on the image to check attributes / Advanced Edit the moz-do-not-send is correctly set to "false" Once I click "ok" "ok" the image correctly appears in the signature. I created the HTML below in MSWord, but same problem using TextEdit. Actual HTML:

</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"
 alt="/Users/Scott/Documents/ResumeStuff/RNS.jpg" moz-do-not-send="false" style='width:103pt;height:47pt;visibility:visible;
 mso-wrap-style:square'>
 <img src="/Users/Scott/Documents/ResumeStuff/RNS.jpg " moz-do-not-send="false" o:title="RNS.jpg"/>
 <v:textbox style='mso-rotate-with-shape:t'/>
</v:shape><![endif]--><![if !vml]><img width=105 height=49
src="/Users/Scott/Documents/ResumeStuff/RNS.jpg" moz-do-not-send="false"alt=/Users/Scott/Documents/ResumeStuff/RNS.jpg moz-do-not-send="false"v:shapes="Picture_x0020_1"><![endif]></span></p>



Reproducible: Always
My signature file is in html.  The text portion of the signature appears correctly formatted.  The image does not appear at all.  I have specified the full path for the image.  I have used the moz-do-not-send="false"  A link to the image appears below the signature but not the image.  If I double click on the image followed by "ok" the image appears correctly.  When I check attributes / Advanced Edit the moz-do-not-send is correctly set to "false" Once I click "ok" "ok" the image also correctly appears in the signature. I created the HTML below in MSWord, but same problem using TextEdit. Actual HTML:

</v:shapetype><v:shape id="Picture_x0020_1" o:spid="_x0000_i1025" type="#_x0000_t75"
 alt="/Users/Scott/Documents/ResumeStuff/RNS.jpg" moz-do-not-send="false" style='width:103pt;height:47pt;visibility:visible;
 mso-wrap-style:square'>
 <img src="/Users/Scott/Documents/ResumeStuff/RNS.jpg " moz-do-not-send="false" o:title="RNS.jpg"/>
 <v:textbox style='mso-rotate-with-shape:t'/>
</v:shape><![endif]--><![if !vml]><img width=105 height=49
src="/Users/Scott/Documents/ResumeStuff/RNS.jpg" moz-do-not-send="false"alt=/Users/Scott/Documents/ResumeStuff/RNS.jpg moz-do-not-send="false"v:shapes="Picture_x0020_1"><![endif]></span></p>
(In reply to comment #0)
> I have specified the full path for the image.
>  <img src="/Users/Scott/Documents/ResumeStuff/RNS.jpg " moz-do-not-send="false"> o:title="RNS.jpg"/>

Full path(absolute URL, complete URL) is not specified for IMG by you. Signature file sould be;
> http://kb.mozillazine.org/Signatures_(Thunderbird)
> HTML signatures
>  (snip)
>  To make an HTML signature, write an HTML message in Thunderbird.
>  (snip) Choose File – Save As – File... and save the HTML file.
> Including an image in your signature
>  (snip)
>  (snip) ensure that the image tag contains the complete URL of the image file, not just the file name.
>  Thunderbird requires a complete URL so that it can attach the image.

If local image file is used by HTML signature file, complete file:// URL should be specified in HTML signature file.
This issue is still actual, but specifically for replies and external content. There are three common scenarios when I receive email:
1. The email doesn't contain any external content
2. The email contains external content (same external content as my own signature) but I didn't click 'Show remote content'
3. The email contains external content (same external content as my own signature) and I clicked 'Show remote content'

In case 1 and 2 when composing a reply the images will not be shown, in case 3 the images are shown in the reply. This issue appears both on Windows and Linux, with Thunderbird 24.5.0.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.