Intent to prototype and ship: Support `document.execCommand` and related API in `<input>` and `<textarea>`
182 views
Skip to first unread message
Masayuki Nakano
unread,
Mar 30, 2021, 1:43:06 AM3/30/21
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mozilla
Summary: We support `document.execCommand` and related API only with
`HTMLEditor`, but accidentally it may work in `<input>` and `<textarea>`
if there is `HTMLEditor` instance in the document. I fix this to
support them without `HTMLEditor` like the other browsers.