morphic.js icon indicating copy to clipboard operation
morphic.js copied to clipboard

Can't select the first character of a StringMorph or a TextMorph...

Open davidedc opened this issue 11 years ago • 0 comments

  1. go with the cursor to the left of the first character of a StringMorph or a TextMorph.
  2. holding shift, go right

expected: the cursor moves one position to the right and the first character is selected. obtained: the cursor moves but the first character is not selected.

(Also going left from the first character causes cursor to be drawn at the end of text/string)

(this was fixed in Zombie Kernel but can't remember when, would need bisection)

davidedc avatar Feb 12 '15 00:02 davidedc