Current Line Highlight Jumps around with Ctrl + Backspace

When you press ctrl + backspace in the studio script editor, the highlighted line keeps falling further down the source.

Q5mY4ymBgA

To reproduce:

  1. Open up a new place.
  2. Create a script.
  3. Fill in this source:
print("Hello world!")

function foo()
	
end
  1. Highlight the end of the first line.
  2. Press ctrl + backspace until the line is deleted. Your line highlight will drop down to the “end” statement by the end.

Thanks for reporting! Will fix.

4 Likes

This bug is still present & I just noticed that pressing the delete key causes a similar issue. Might be the same root cause, but it’s worth testing them both.