pxt-microbit icon indicating copy to clipboard operation
pxt-microbit copied to clipboard

Code editor doesn't remember previous scroll position after visiting console - always scrolls all the way up

Open kristianpedersen opened this issue 4 years ago • 1 comments

  1. Make a project with a lot of lines of code - more than your screen can fit. Start with one serial.writeLine("test").
  2. Scroll down to the last line.
  3. View the console, and then go back to your code.

The code editor has now scrolled all the way up to line 1, rather than remembering its previous scroll position.

kristianpedersen avatar Sep 26 '20 09:09 kristianpedersen

This also happens when switching from code -> blocks -> code.

kristianpedersen avatar Oct 10 '20 07:10 kristianpedersen