Textarea space caret bug

To recreate the bug:

  1. Go to a textarea
  2. type a character on the first line
a
  1. hit enter
  2. type another character on the second line
a
b
  1. add a space in front of the character
a
 b
  1. place the caret to the beginning of the second line (before the space) and hit delete so that the second line is concatenated to the first line
a b
  1. press the right arrow to get to the end of the line

The caret will not advance past the second character but you will actually be past it and can delete it.

Always happens as far as I know. Doesn’t have to be on the first two lines, can be on any consecutive lines but it will go past the second character, it just needs an extra hit of the right arrow key.

It doesn’t happen in Firefox or Chrome.

Version 1.32.113 Chromium: 96.0.4664.45 (Official Build) (x86_64)
macOS High Sierra 10.13.3

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.