quill icon indicating copy to clipboard operation
quill copied to clipboard

Wrong cursor behavior after changing format and pressing arrow key

Open matmaker9 opened this issue 7 years ago • 2 comments

Wrong cursor behavior after changing format and pressing right/left arrow key.

Steps for Reproduction

  1. Visit https://quilljs.com/playground/
  2. Write some text
  3. Put cursor in the middle of text
  4. Change format, e.g. turn bold on
  5. Press right arrow key - cursor jumps to the end of text or
  6. Press left arrow key - nothing happens (second pressing works)

Expected behavior: After pressing right arrow key, cursor should move one character right. After pressing left arrow key, cursor should move one character left.

Actual behavior: After pressing right arrow key cursor jumps to the end of text. After first pressing left arrow key nothing happens.

Platforms:

Win10, Firefox 52.0.2 (64 bity) Chrome 57.0.2987.133 (64-bit)

matmaker9 avatar Apr 08 '17 12:04 matmaker9

@jhchen Hello Jason, is there any update regarding this? This bug is still reproducible.

swomack avatar Jul 05 '19 05:07 swomack

Hi @jhchen, is it planned to fix this bug in the near feature?

yaroslavputria avatar Sep 24 '20 20:09 yaroslavputria