搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

more options

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

所有回覆 (2)

more options

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 於 修改

more options

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