Cursor resets to start of text area and/or loses recent text while editing
cloudaran opened this issue Β· comments
π© Describe the bug
While typing in a text area the cursor sometimes resets to the beginning of the text block, which can be very disruptive to typing.
π’ Steps to reproduce
Steps to reproduce the behavior:
- Go to a Text Block
- Begin typing
- Type for a long time OR pause for an extended period (?)
π’ Expected behavior
Cursor position and typed content are not disturbed until a user is done typing (block loses focus?)
π΄ Actual behavior
Cursor resets to start of text block (may lose some typed text). Seems related to new auto-save or in-session behavior. May be a result of round-trip to server updating text block while user is still editing it; this should be halted until the user is finished editing, or at least not disrupt their cursor/typing when updating.
π Screenshots
Not sure this could be easily captured in a SS.
π₯ Desktop or Smartphone
- OS: Windows
- Browser: Chrome, Firefox
- Device: (multiple)
π Additional context
N/a
I was able to reproduce and found a potential fix: #477