Closed Bug 483601 Opened 15 years ago Closed 15 years ago

Outlook 11 messages does not look good when reading it

Categories

(Thunderbird :: Message Reader UI, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: Usul, Unassigned)

Details

(Whiteboard: DUPME)

Attachments

(2 files)

The attached email looks like it's been covered by a white square in the middle of the text.

Reading was done with shredder 3.0pre3
Whiteboard: DUPME
Can you add a screenshot showing what it looks like?  Is Outlook 11 a current version of Outlook?  Is it widely deployed?
Attached image screenshot
(In reply to comment #1)
> Can you add a screenshot showing what it looks like?  Is Outlook 11 a current
> version of Outlook?  Is it widely deployed?

Done. No idea on 11 and it's deployment - sorry.
I know this is going to come as a shock to all concerned, but... the Word HTML editor component as used in Outlook (11 == Office 2003) does not create very interoperable HTML.

Abbreviated, the markup in question is

<!--[if gte vml 1]>
(some VML to stick a 35.25x36pt image from marianne-filer/image001.png inside a 50x50pt box, which may not be visible even in Outlook since the outer v:shape is visibility:hidden)
<![if !vml]>
<span style='mso-ignore:vglayout;position:relative;z-index:2'>
<span style='position:absolute;left:-78px;top:-242px;width:73px;height:73px'>
<table cellpadding=0 cellspacing=0>
 <tr>
  <td width=73 height=73 bgcolor=white style='border:.75pt solid black;
  vertical-align:top;background:white'>
<![endif]>
<![if !mso]>
<span style='position:absolute;mso-ignore:vglayout;z-index:2'>
  <table cellpadding=0 cellspacing=0 width="100%">
   <tr>
    <td>
<![endif]>
    <div v:shape="_x0000_s1027" style='padding:4.35pt 7.95pt 4.35pt 7.95pt' class=shape>
    <p class=MsoNormal><font size=3 face="Times New Roman"><span
    style='font-size:12.0pt'><o:p>&nbsp;</o:p></span></font></p>
    </div>
<![if !mso]>
     </td>
   </tr>
  </table>
  </span>
<![endif]>

So we are instructed to draw a 73x73px box, pulled to the left and a long way up, with a white background and a .75pt black border, containing a single nonbreaking space, and we do.

I see two paths forward for this bug: write some libmime code to detect X-Mailer: Microsoft Office Outlook nn and throw out the HTML part, or, INVA. 

(Either way, if the sender's a friend, you might tell her to check how her sig is working, since I strongly doubt that image works anywhere other than maybe Outlook on her computer.)
(In reply to comment #4)
> I know this is going to come as a shock to all concerned, but... the Word HTML
> editor component as used in Outlook (11 == Office 2003) does not create very
> interoperable HTML.
 
> I see two paths forward for this bug: write some libmime code to detect
> X-Mailer: Microsoft Office Outlook nn and throw out the HTML part, or, INVA. 
> 

if we start that way, we'll have to support way to many. I'll go for INVA.

> (Either way, if the sender's a friend, you might tell her to check how her sig
> is working, since I strongly doubt that image works anywhere other than maybe
> Outlook on her computer.)
Unfortunatly she ain't a friend yet.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: