
Hi @Anand,
This seems to be a compatibility issue. Your site's editor is written in <iframe>, and text is not included in <textarea>, which may prevent Microsoft Editor from detecting. As an official example, <textarea> is detectable.
As an alternative, you can use the built-in Microsoft Editor feature of Microsoft Edge (You can enable it in Edge settings):
This can work on your editor, but there's one more thing that needs to be done, which is replacing spellcheck="false"
with spellcheck="true"
. By default, your editor has spellcheck="false"
, preventing the built-in Microsoft Editor feature from working:
The only thing you need to do is add/modify as spellcheck="true"
to every element where you want Microsoft Editor to work. Of course, it is always recommended to seek help from your editor provider if you need to modify something.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Shijie Li