Foundation-emails: Spacer should not have px value in height attribute

Created on 8 Mar 2017  路  2Comments  路  Source: foundation/foundation-emails

How can we reproduce this bug?
Bug was generated by default.

Write out the HTML (or Inky code) that causes the issue.

<spacer size="100"></spacer>

generates:
<td height="100px" style="font-size:100px;line-height:100px;">&#xA0;</td>

What did you expect to happen?
It should be
<td height="100" style="font-size:100px;line-height:100px;">&#xA0;</td>

What happened instead?
We have height="100px"

What email clients does this happen in?
Bug affects Outlook 2013.

bug

Most helpful comment

Still not fixed ... Spacers are not usable in Outlook 2016 right now.

Is this project dead?

All 2 comments

Still not fixed ... Spacers are not usable in Outlook 2016 right now.

Is this project dead?

In fact it works for me in Outlook 2016, but it's broken in 2007 - 2013.

@tdhartwick What's the status of this issue? Is it confirmed px can be safely removed? Did someone investigate it?

Was this page helpful?
0 / 5 - 0 ratings