mganss / EmojiAddIn

Emoji for Outlook and Thunderbird
MIT License
22 stars 1 forks source link

Broken image-icon insted of emoji #69

Open PhoeboX opened 1 year ago

PhoeboX commented 1 year ago

TB 102.5.1 on Win10Home

Expected behavior: Emoji appears in textbody of email

Actual behavior: Instead of an emoji a broken image-icon appears

Emoji Add on

Steps to reproduce the behavior. It happens every time I try to insert an emoji. Even after re-installation

mganss commented 1 year ago

I'm seeing this, too. If you double-click the image, the preview image shows and if you click OK, the image appears in the message body, too. Also, if you save the message as a draft, the image shows, too.

This seems to occur because initially the compose message window blocks remote content. If you add https://cdn.jsdelivr.net to the sites to allow remote content from by default, it works. See https://support.mozilla.org/en-US/kb/remote-content-in-messages#w_display-remote-content-by-default

@jobisoft Do you know if we can fix this somehow?

jobisoft commented 1 year ago

Hm, by adding the image as data:urls to the compose body?

PhoeboX commented 1 year ago

Thanks a lot, Michael. After following your instructions it works perfectly.