Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Email Body Disabled in Microsoft Edge

(0) ShareShare
ReportReport
Posted on by 25

Environment : CRM Dyanmaics 2016(8.1) On Premise

User Workstation : Windows 10

Browser : Microsoft Edge(Chromium)   Version 80.0.361.62

We have up[graded Operating system and browser but all users are facing intermittent issue of Email Body Disabled whilst creating new or replying to existing email. Similar issue was raised in CRM 2013 for Google Chrome for which MS released Patch and again same issue cropped for CRM2016 Edge browser. After having call with MS it seems we need to upgrade to ver 8.2 but when we upgraded the entire system was broken because of customization and integration with external systems. Unfortunately we can't upgrade to 8.2.  IE being so slow when more than 4-5 CRM windows opened, option was to use EDGE but because email body gets disabled, users getting annoyed.

Below code is used to enable the body which works find but saves null value for description field.

function unlockBodyLoad() {
    setTimeout(unlockBody, 3000);
}

function unlockBody() {
    //defaultvalue="" style='overflow-wrap: break-word;' contenteditable='true'
    var editorFrame = parent.frames['descriptionEditIFrame'];
    var attEditable = editorFrame.contentDocument.body.getAttribute('contenteditable');
    if (attEditable) {
    } else {
        var editAtt = editorFrame.contentDocument.createAttribute('contenteditable');
        editAtt.value = 'true';
        var styleAtt = editorFrame.contentDocument.createAttribute('style');
        styleAtt.value = 'overflow-wrap: break-word;';
        editorFrame.contentDocument.body.setAttributeNode(editAtt);
        editorFrame.contentDocument.body.setAttributeNode(styleAtt);
    }
}

Below setting is also set to make sure its not secure.

Administration -> System Settings -> Email
Use Secure frames to restrict email message content is set to No

If anyone having any sort of solution pls advise
  • Fabio Branco Profile Picture
    Fabio Branco on at
    RE: Email Body Disabled in Microsoft Edge

    Hi,

    Personally, I would say that it's important to understanding the impact, and the goal of your customizations, in order to know what is preventing you from upgrade the enviroment to 8.2 version

    Have you found another issue with the 8.2 version?

    I understand that you have worked with Microsoft Support in the past for this issue. May I ask you to contact the Support Engineer who worked with you on the case to resume this discussion?

    Thank you

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans