Re: Way forward and IME behavior speccing

On Mon, Oct 12, 2015 at 5:42 PM, Johannes Wilm <johannes@fiduswriter.org>
wrote:

>
>
> Well, as mentioned "Consider re-conversion, that turns existing text into
> composition" [1], on Android, one can click on a word and then that word is
> moved back into the IME composition and can be edited there. So the outcome
> of that operation when the composition is finished is that word A has been
> turned into word B, ie "edited".
>
> This seems to also work if word A is a more complex HTML structure, such
> as "<b>A<b/>pple". But trying this out on TinyMCE and CKeditor, it simply
> seems to replace the entire thing with a string "Apple", even if the user
> just clicks on the word once without editing any of it. Not sure how much
> this is cE itself and how much is CKeditor/TinyMCE.
>
>

That's done solely by Safari (I checked Safari@iOS). CKEditor isn't
interfering here (see http://jsfiddle.net/r6y18wLa/).

BTW. If I tap "<p>A<b>p</b>le</p>" and choose the autocorrect option I end
up with "<p>Apple</p>". If I had "<p><b>A</b>ple</p>" I end up with
"<p><b>Apple</b></p>".


-- 
Piotrek Koszuliński
CKEditor JavaScript Lead Developer

Received on Tuesday, 13 October 2015 07:32:54 UTC