springload / draftail

📝🍸 A configurable rich text editor built with Draft.js

Home Page:https://www.draftail.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to type some letters in editor

seyofori opened this issue · comments

Describe the bug

Typing in some letters (like b, i, j, k, u) has no effect in the editor. Expectation is that the letters appear, like all the other letters.

codesandbox reproducing the issue: https://codesandbox.io/s/draftail-bug-ne79c?file=/src/App.js

Which terms did you search for in the documentation and issue tracker?

'typing', 'letter'

Environment

OS: macOS
browser: Chrome
Draftail: 1.3.0
Draft-js: 0.11.6

Steps to reproduce

(Write your steps here:)

  1. First, import Draftail component into file
  2. Then, mount component
  3. Finally, try typing all letters of the alphabet.

Expected behavior

expected all letters to appear

Actual behavior

following letters don't appear:
b, i, j, k, u,

Reproducible demo

https://codesandbox.io/s/draftail-bug-ne79c?file=/src/App.js

apparently it has to do with the draftail version being incompatible with the draft-js version.

will close now..