facebookarchive/draft-js

[iOS] editor loses focus when text composition ends

Open

#626 geöffnet am 1. Sept. 2016

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.646 Forks)batch import
help wantedios

Repository-Metriken

Stars
 (22.554 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

The editor loses focus when I'm typing in Chinese on my iOS device.

Here is the demo draft_composition_bug

condition 1: typing the first word in a new block

  1. start typing
  2. composition starts
  3. select the word (or press the confirm button on the bottom right of the keyboard )
  4. composition ends
  5. text editor loses focus

condition 2

  1. start typing
  2. composition starts
  3. delete everything
  4. composition ends
  5. text editor loses focus

versions ios9 draft-js v0.8.1

Contributor Guide