Question By
Unsolved

Adding Images in markdownx

anikett

Jul 25th, 2022 10:30 PM

Hi, I recently started using markdownx and it is working completely fine on safari and google chrome. but the image uploader doesn't work on mozilla firfox. Even the devdojo markdownx is unable to handle file upload on mozilla. also in my case no error is generated in console.

Mozilla Version - 102.0.1

bobbyiliev

Jul 26th, 2022 01:30 AM

Hi there,

Thanks for reporting this. Indeed it looks like that Firefox for some reason is not processing the document.execCommand('insertHTML', false, 'html'); function as expected which other browsers are.

We will look into this further, thanks for bringing it up!

anikett

Jul 26th, 2022 04:22 AM

I just checked, Document.execCommand() has been depreciated by mozilla and according to them, other browser will also stop using it soon.

wafep46277

Jul 28th, 2022 04:08 PM

I wish it were still used :( Guess we'll have to find another way, bummer. Thanks for researching it.

Regards from / Alec

/