Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefab Library: Does not scroll to show the new content when growing the scrollbar #8620

Closed
YYDan opened this issue Dec 4, 2024 — with GM Bug Reporter · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation are required by this issue ide-bug Bugs with the GameMaker IDE project This issue has a sample project attached
Milestone

Comments

@YYDan
Copy link
Collaborator

YYDan commented Dec 4, 2024

Description

Prefab Library does not scroll to show the new content when growing the scrollbar - you can see this in the below image, where I have expanded the last collection, the scrollbar has resized and moved, but the panel has not changed beyond the arrow orientation:

Image

Expected Change

The Prefab Library panel is always automatically scrolled down so at least the top few items/groups in a newly-expanded section are shown

Steps To Reproduce

  1. Start GM and import the attached project which contains lots of prefabs / create a new project and use Package Manager to install lots of prefabs (enough to give yourself a scrollbar in Prefab Library)
  2. Expand a Prefab Collection near the bottom of the list panel
  3. Observe the scrollbar will grow correctly, but you now need to scroll down yourself to see the content you wanted to view

Which version of GameMaker are you reporting this issue for?

IDE v2024.1100.0.703 Runtime v2024.1100.0.719

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

Windows 10.0.22631.0

10b04c47-b346-4972-8956-c69d94f8da73

@YYDan YYDan added ide-bug Bugs with the GameMaker IDE project This issue has a sample project attached labels Dec 4, 2024
@iampremo iampremo added this to the 2024.13 milestone Dec 5, 2024
@stuckie stuckie self-assigned this Dec 5, 2024
@stuckie stuckie moved this from Triage to Todo in Team Workload Dec 5, 2024
@jonathan-markland jonathan-markland self-assigned this Jan 15, 2025
@jonathan-markland
Copy link

@YYDan This pull request should fix the above issue: https://github.com/YoYoGames/YoYoStudio/pull/11101

There are other things in that pull request that I noticed and just did, of interest to yourself:

  • Added a Collapse Children menu option, otherwise all the expanded descendants are remembered and shown as expanded, the next time a root node is re-opened.
  • Cursor up and down the tree and press ENTER to refresh the right-hand side pane

@github-project-automation github-project-automation bot moved this from Todo to Done in Team Workload Jan 29, 2025
@gurpreetsinghmatharoo gurpreetsinghmatharoo added the documentation Improvements or additions to documentation are required by this issue label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation are required by this issue ide-bug Bugs with the GameMaker IDE project This issue has a sample project attached
Projects
Status: Done
Development

No branches or pull requests

5 participants