YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
24 stars 8 forks source link

Code Editor 2: Last line in script cannot be scrolled into view #8006

Open gm-bug-reporter[bot] opened 2 weeks ago

gm-bug-reporter[bot] commented 2 weeks ago

Description

When using mouse wheel or scroll bar the final line in a script cannot be scrolled into view, you must use the cursor keys to access it

Steps To Reproduce

  1. Import attached project
  2. Open script __vt_settings
  3. use mouse wheel or scroll bar to scroll the page to the bottom
  4. observe final line shown is 148
  5. click to place cursor on line 148
  6. press down on keyboard and observe line 149 comes into view

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.646 Runtime v2024.1100.0.666

Which operating system(s) are you seeing the problem on?

Windows 10.0.19045.0

Attached Files

52f86a5b-5c8c-45c0-ae1b-6f4a2d53ed05

YYDan commented 2 weeks ago

Sounds very similar to https://github.com/YoYoGames/GameMaker-Bugs/issues/5299, but is not the same repro steps, etc.

sihammill commented 1 week ago

I believe the issue here is down to disabling the CE2 preference for 'Show all documents in single view' which I also wrote a bug for #8119