Re: [w3c/editing] INPUT/TEXTAREA should support subset of execCommand (#160)

Gecko no longer supports undo on textarea.value.

Manually splicing textarea values with some substring indexOf logic is rather complex when the desired task is just to insert a few characters at the cursor, or replace the whole line.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/160#issuecomment-329375906

Received on Thursday, 14 September 2017 05:25:54 UTC