- From: Johannes Wilm <notifications@github.com>
- Date: Wed, 27 May 2015 19:32:35 -0700
- To: w3c/editing-explainer <editing-explainer@noreply.github.com>
Received on Thursday, 28 May 2015 02:33:03 UTC
@rniwa A simple writing editor app. Try to look at the source code of some of the many of the editor apps, They need to check and make sure the caret is actually where they want it before they do operation X or Y. Often one even needs to add small timeouts of 0 or 1 or alike to make it kind of work. If one just lets the browser do it, it just disappears or is normalized to go weird places, etc. . --- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing-explainer/issues/56#issuecomment-106151183
Received on Thursday, 28 May 2015 02:33:03 UTC