You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Doing select all action on android device results in different issues, on some devices editable area becomes uneditable, when tapped on editable area it opens keyboard but it's not possible to type anyting. On some devices trying to select all with double tap ends up text deselecting itself and/or appending the replaced text to the end.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. You can use this jsfiddle to get started: https://jsfiddle.net/stopachka/m6z0xn4r/.
This can be reproducable at the draft-js homepage or can be seen from here.
What is the expected behavior?
Editor working without hiding keyboard and allowing user to type.
Which versions of Draft.js, and which browser / OS are affected by this issue? Did this work in previous versions of Draft.js?
Latest version of Draft.js and latest version of Chrome for Android. Not sure if this issue was present in earlier versions.