4.2.1 difference to 4.2.0 : Outlook on Android columns with mj-group
See original GitHub issueFirstly, thank you for MJML! It’s made emails so much nicer for us to work with.
4.2.1 seems to have introduced some behaviour that breaks <mj-group>
on Outlook for Android.
Here’s the behaviour on 4.2.0: https://cl.ly/c22361c184eb/Screen Shot 2018-11-23 at 11.16.06.png
And here’s the same email (no changes to the MJML source) on 4.2.1: https://cl.ly/24b29b611424/Screen Shot 2018-11-23 at 11.16.47.png
I’m not seeing this change on any other client that we test. We are minifying our HTML.
Our code looks like this (I did wonder if it’s the mj-raw
with the templating that’s causing a change)?
<mj-raw>{% for item_row in items_for_email %}</mj-raw>
<mj-section padding="0">
<mj-group>
<mj-raw>{% for item in item_row %}</mj-raw>
<mj-column width="50%">
<mj-image border-radius="6px" padding="0 5%" src="{{item.img}}" />
<mj-text mj-class=" item-details" padding-top="0">
<p style="font-weight:bold;">{{item.brand}}</p>
<p>{{item.title}}</p>
<p>{{item.price}} · <span style="color: #787878;">{{item.size}}</span></p>
</mj-text>
</mj-column>
<mj-raw>{% endfor %}</mj-raw>
</mj-group>
</mj-section>
<mj-raw>{% endfor %}</mj-raw>
The screenshots above are taken from Litmus.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Outlook on the web - Microsoft Support
Compare Outlook for PC, Outlook on the web, and Outlook for iOS & Android ... Outlook is our most full-featured email and calendar...
Read more >Outlook for Android Will Soon Require Android 8.0 or Newer
Microsoft's Outlook app for Android is about to leave some users in the dust. Starting May 23, 2022, Android 8.0 will replace Android...
Read more >Microsoft Outlook - Apps on Google Play
Stay connected and protected with Microsoft Outlook, the secure email app. Access your email, files and calendar with all in one place, helping...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for reporting, I don’t think there’s some changes on this side, but @kmcb777 can you take a look ?
As we can’t really reproduce, I’m closing this issue