springload / draftail

📝🍸 A configurable rich text editor built with Draft.js
https://www.draftail.org/
MIT License
612 stars 64 forks source link

Unable to type some letters in editor #384

Closed seyofori closed 4 years ago

seyofori commented 4 years ago

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

seyofori commented 4 years ago

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

will close now..