Closed EmpireJones closed 6 years ago
Here's a general description of a case very similar to the first example above:
Results in:
I think some of the behaviour, i.e. the keyboard closing is related to #888 which has an un-merged PR #907.
I've also found it doesn't like adding text at the very start of the document sometimes, which is what appears to be happening in your second gif.
On Android when the word is underlined it doesn't actually appear to be in the editor - i.e. the word is not sent to my server from the onChange
callback until I hit space or select an autocorrect option. I wonder if this is contributing. (edit: see #102 and #580 I think)
Merging this into a general Android bug issue - see https://github.com/facebook/draft-js/issues/1895
When I select a suggestion via the android keyboard, sometimes it inserts duplicate characters or temporarily hides the content. Reproduced on https://facebook.github.io/draft-js/
It seems to more consistently occur when you start with no text.
In this first example:
In this second example:
What is the expected behavior? No invisible text or duplicate characters
draft-js 0.9.1 Android chrome version 55.0.2883.91