TinyMCE Version 4 breaking Outlook Emails

Options
Hi Folks,

The latest BBNC update now uses TinyMCE version 4 in the Email section however it is breaking conditional statements that can be used to target Outlook.


For example in an HMTL email you can target Outlook specifically by using code that looks like:

<!--[if (gte mso 9)|(IE)]>

            //do some Outlook specific stuff

<![endif]-->


However when this is inserted into the new TinyMCE version 4 window it puts a space after the first 2 dashes and before the first sqaure bracket so it looks like: 

<!-- [if (gte mso 9)|(IE)]>


This means Outlook is no longer able to read the code and therefore the emails do not render properly in Outlook.
f86f1cf887e8f9ba2f3b2629b151b8fb-huge-ti




Netcommunity parts still using the older TinyMCE version, such as a registration form confirmation email, don't do this and the Outlook conditional statemens work perfectly.

a2420671ae9014f9395587c3c4712f32-huge-ol




This should be an easy fix for the developers. Can it be fixed pretty quickly please? We have a few campaigns on hold right now because of this! 


 
Tagged:

Comments

  •  

    I'd love to add a couple things to Dave's request for the developers:
    • Can we add fixing the acceptance/rendering of fluid layouts as well? Fluid responsive (not based on media queries) email code worked before 7.1 and not they don't work for Outlook...potentially for the same reason as Dave noted above. 
    • Adding align="left/right" on an image for text wrapping disables the ability to select/double-click the image to replace/update the image. This forces users to go into code to update images & that's a challenge for most users who aren't comfortable with code. Align is required for text-wrapping in Outlook so this issue does need to be addressed quickly as well. 


    Thanks for starting this conversation Dave! I hadn't yet discovered why emails weren't rendering as well in Outlook as they always have & now I know! Off to use plan B without the standard commenting so I can create the needed workarounds! Thanks again!

  • Hi Dave, Rebecca,


    Thank you for reaching out! We have confirmed this is a configuration issue with the TinyMCE version that we upgraded to in BBNC 7.1 SP1. We'll be upgrading the TinyMCE version in our next release, which will be SP2, and we have confirmed that this issue is resolved in the updated version. We're still formulating timelines for SP2, but the release is currently slated for late September / early October. We'll have additional information soon regarding the release schedule.


    Thanks!

    Tony
  • Two months!!!


    That is incredibly disappointing to hear. Is there any way to get this fixed faster? It's really really vital email functionality that has been removed in this new version. The fix is so easy, just a settings change in TinyMCE.
  • Appreciate this being a topic. It has caused a lot of study/workarounds/and time spent on emails that were once routine. Any expedition on this issue is appreciated.

  • I agree that two months is quite a while to wait on this fix - is there any way this can be rolled out sooner? This really interferes with my emails for the next few weeks, and it's getting close to peak season for us so I need to know which of my templates will work, and when. Thank you.
  • Tony - Can we please add this to the fix as well? 
    • The editor likes to move links OUTSIDE of the paragraph tags making your images linked for some email readers & not for others. This has been an issue for the BBNC editor (old & new) in email and on web pages for at least 2 years. The only way to fix this is to go into the code & see where your link code is at and move it back inside the <p> tags.  This typically happens when you're trying to link an entire line of text, such as "Learn More" and even when linking images. This has been an issue for some time in the old editor as well, so if you're going to make updates, let do this for both version 4 editor as well as the web WYSIWYG editor so users aren't going into code unnecessarily. 
    Thanks Tony!!
  • Hi all,


    I hope everyone had a great weekend! Apologies for the delay. I spoke with our development team last week, and we were able to create a manual fix for the conditional comments issue since we only needed to set the flag to allow them. For everyone on this thread, I've gone ahead and had our hosting administrators upload the manual fix, and you should now be able to use conditional comments again. Note that you may need to clear the browser cache. For any new reports, just chat with our support team, and we'll be able to upload the fix for your site.


    Thanks!

    Tony
  • Hi Tony,


    I can confirm it is working again for me!

    Thank you for getting it fixed quicker than the initial proposed timeframe.


     
  • You're the best, Tony!! Thanks for the super quick action.
  • Tony Williams:

    Hi all,


    I hope everyone had a great weekend! Apologies for the delay. I spoke with our development team last week, and we were able to create a manual fix for the conditional comments issue since we only needed to set the flag to allow them. For everyone on this thread, I've gone ahead and had our hosting administrators upload the manual fix, and you should now be able to use conditional comments again. Note that you may need to clear the browser cache. For any new reports, just chat with our support team, and we'll be able to upload the fix for your site.


    Thanks!

    Tony

    I've ben frustrated by this problem for a while now.  Is there a way to apply the manual fix to our account?

  • Hi Lenny,


    Hope you have been well! Our support team will be able to apply the manual fix to your site. Please chat with support, and we'll be able to get the fix applied. 


    Thanks!

    Tony
  • Hi folks,


    I've not sure this is related but it seems possible. I'm trying to import an email template from Campaign Monitor into the BBNC system but the TinyMCE editor is choking on the code.

     

    e7accf34484f22e998c5e7f16139066a-huge-bb
    18098768a5bc8bb57ee1b4dbd6efb179-huge-bb


    Can someone advise if there's another way to import such templates. Or whether I'm missing an obvious solution?


    Thanks!

     
  • David Seager
    David Seager Blackbaud Employee
    Tenth Anniversary Facilitator 1 Name Dropper Blackbaud Partner

    Martin Beck:

    Hi folks,


    I've not sure this is related but it seems possible. I'm trying to import an email template from Campaign Monitor into the BBNC system but the TinyMCE editor is choking on the code.

     

     

    e7accf34484f22e998c5e7f16139066a-huge-bb
    18098768a5bc8bb57ee1b4dbd6efb179-huge-bb


    Can someone advise if there's another way to import such templates. Or whether I'm missing an obvious solution?


    Thanks!

     

     

    Hi Martin,


    David from NetCommunity support here, the issue with the import is you are running an older version of NetCommunity which does not allow access to the head and other areas for email messages. Please have your IT team review the system requirements and update to the the latest version of NetCommunity.

  • Hi Martin,

    I never had much luck importing templates as is, I always had to do additional coding no matter which version of BBNC was out. This holds true even with the new editor. Some insight that may help you work to resolution: Older versions of the editor always strip out the doc type, title/head/meta tags, etc so you have to add extra code so the email will render well without those tags/code. It's definitely doable, I've been designing responsive emails used in BBNC for over 5 years now...it just takes more time, patience & testing. 


    David is correct - updating to the new editor will keep those items so importing a template will be easier, but that editor also comes with the other challenges mentioned in this thread. Risk vs Reward: weigh carefully. It is also quite likely that the decision to upgrade may be out of your hands since integration with RE, etc is in play with any upgrade. I can't see your whole code, but I do notice that there are 2 sets of <style> blocks. BBNC will only render one & most email clients will only recognize one when rendering. Try combining both of the <style> blocks & see if that helps.


    Good luck & let us know if you're able to use these templates in the old editor. I'll bet lots of folks would love to be able to use templates available online.

    Rebecca
  • Thanks David and Rebecca! That gives me several options. 


    Cheers,

    Martin

    David Seager:

    Martin Beck:

    Hi folks,


    I've not sure this is related but it seems possible. I'm trying to import an email template from Campaign Monitor into the BBNC system but the TinyMCE editor is choking on the code.

     

     

    e7accf34484f22e998c5e7f16139066a-huge-bb
    18098768a5bc8bb57ee1b4dbd6efb179-huge-bb


    Can someone advise if there's another way to import such templates. Or whether I'm missing an obvious solution?


    Thanks!

     

     

    Hi Martin,


    David from NetCommunity support here, the issue with the import is you are running an older version of NetCommunity which does not allow access to the head and other areas for email messages. Please have your IT team review the system requirements and update to the the latest version of NetCommunity.

     

     

Categories