YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
26 stars 8 forks source link

Code Editor 2: Clicking and dragging Split View button to split horizontally only works once, then RMB to split horizontally can cause issues with editor window #7467

Open caitlinrmcintyre opened 2 months ago

caitlinrmcintyre commented 2 months ago

Description

When verifying #5235, I noticed that you're able to click and drag to create a vertical split several times, but clicking and dragging to create a horizontal split only works once. Also, if you click and drag to create a horizontal split and then right click the Split View button a couple of times (which should create horizontal splits too), it appears that the code editor window starts to shrink.

https://github.com/user-attachments/assets/e4284d76-a872-4fa3-9dbf-dab67ded9c26

https://github.com/user-attachments/assets/7ff17562-b722-4e49-b960-82d61ffdd2d0

Beta IDE v2024.800.0.618 Runtime v2024.800.0.642

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker and create new project.
  2. Ensure CE2 is enabled and create an object.
  3. Click and drag the Split View button downwards, try this a few times.
  4. See the issue.
  5. Right click the Split View button a couple of times (without dragging).
  6. See the issue with the editor window.

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

2024.800 (Betas)

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

Windows 10

Are you running GameMaker from inside your Steam library?

No

Contact Us Package Attached?

Sample Project Added?

stuckie commented 2 months ago

Duplicate of #7466?

caitlinrmcintyre commented 2 months ago

@stuckie these are both issues in CE2 using the Split View button but with different steps and outcomes, so I decided to separate them into two tickets.