Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is there a date yet for the actual deprecacy of the execCommand() javascript command?

Hi there, I have this notetaking web application, that relies heavily on the execCommand, because it's practical and behaves as users are used to from other programs for text manipulation. MDN article says it's deprecated (https://developer.mozilla.org/en-US/docs/Web/API/document/execCommand) but my question is, how much should i worry about it not being supported in firefox anytime soon? If it would actually got unspported, I'd have to re-code all the functionality with a lot of hacks on my own, so I'd like to know it in advance, if possible. Thanks very much in advance & understand if you cannot tell me the answer

Hi there, I have this notetaking web application, that relies heavily on the execCommand, because it's practical and behaves as users are used to from other programs for text manipulation. MDN article says it's deprecated (https://developer.mozilla.org/en-US/docs/Web/API/document/execCommand) but my question is, how much should i worry about it not being supported in firefox anytime soon? If it would actually got unspported, I'd have to re-code all the functionality with a lot of hacks on my own, so I'd like to know it in advance, if possible. Thanks very much in advance & understand if you cannot tell me the answer

All Replies (2)

Hi Adam Rajnoha:

This is a developer question and this forum is focused on user questions. Please ask your question on stack overflow (as the MDN site recommends) and tag it 'firefox' https://stackoverflow.com/questions/tagged/firefox Cheers! ...Roland

Roland Tanglao மூலமாக திருத்தப்பட்டது

Hi Adam, there are a lot of bugs on file mentioning execCommand() but I don't see one getting rid of it.

Perhaps that's because no one wants to go first (between Apple, Google, Microsoft and Mozilla) considering the possibility of widespread website and add-on breakage.

Should that eventually occur, I imagine someone will provide a JavaScript library to polyfill the missing functions, at least to the best of their ability, to tide you over to a rewrite.

Until that day, I guess maybe set a quarterly task to check the following mailing list where these kinds of major changes are often announced:

https://groups.google.com/forum/#!searchin/mozilla.dev.platform/execcommand%7Csort:date