Page 1 of 1

Regression?

Posted: Fri Mar 28, 2025 11:14 am
by Flinx
Is it possible that at some point the second effect from here came back? At the moment I have a very similar behaviour.

Re: Regression?

Posted: Sun Apr 06, 2025 12:01 am
by airsoftsoftwair
Hmm, now what again is the "second effect"? I don't quite get that from the linked thread...

Re: Regression?

Posted: Sun Apr 06, 2025 12:30 pm
by Flinx
In the first posting, the effect I described second: After a runtime error with a marked line and scrolling to a different position outside the displayed text part, a click in the text sets the cursor to an incorrect position.

Re: Regression?

Posted: Fri Apr 18, 2025 11:03 pm
by airsoftsoftwair
Hmm, I can't reproduce it. Seems to work here. Is this clearly reproducible or does it happen only sporadically?

Re: Regression?

Posted: Fri Aug 08, 2025 10:06 am
by Flinx
Because it annoyed me again, I experimented and now I have an example for this too.
But it has over 300 largely meaningless lines, so I won't write it in the forum, and have this link instead.
The script causes a runtime error after a few seconds. Then double-click on p_Wait in the function browser to go to the faulty function, and then click in the editor into this function to correct the error. This last click changes the position.

Re: Regression?

Posted: Sat Aug 09, 2025 10:18 pm
by airsoftsoftwair
Thanks for the MCVE, I was able to reproduce it and hopefully it's really fixed now.

Code: Select all

- Fix [IDE]: Scrolling glitch when an error was highlighted, the scrollbar position changed and then the
  user tried to change cursor position

Re: Regression?

Posted: Sun Aug 10, 2025 11:39 am
by Flinx
Thanks!