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

@eranroz You are aware that the browser-provided undo is the same for all text input elements on the same page, right? So if someone:

1. Writes something in the editor
2. Clicks into another input element so that the cursor moves there.
3. Hits the key combination for undo

The result will be that the editor that caret was in at step 1 will get the undo because that's where the last edit was. This is the way it works on all browsers and it breaks all richtext text editor applications I could find, including Mediawiki Visual Editor [1].


[1] https://github.com/w3c/editing/issues/150

-- 
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-395709324

Received on Friday, 8 June 2018 09:43:47 UTC