springload / draftail

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

Keyboard navigation breaks with links in paragraph in Chrome on MacOS #451

Open rik-dekker opened 2 years ago

rik-dekker commented 2 years ago

Describe the bug

If there is a link in a paragraph, text selection and navigation with keyboard starts behaving oddly in Chrome on MacOS. Doesn’t seem to affect Firefox). Examples:

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

Environment

Steps to reproduce

  1. install bakerydemo https://github.com/wagtail/bakerydemo
  2. Edit a page (e.g. /admin/pages/60/edit/)
  3. Find a paragraph with a link and try the steps in the bug description
rik-dekker commented 2 years ago

I was unsure if this is a Wagtail or a Draftail issue, so I’ve submitted another bug report in the Wagtail repo: https://github.com/wagtail/wagtail/issues/7693