ClanGenOfficial / clangen

Warrior Cats fan game
https://clangen.io
Other
251 stars 450 forks source link

[BUG] Mouse wheel not working for some scroll containers #2365

Open KiraDragoness opened 4 months ago

KiraDragoness commented 4 months ago

Type: UI

Describe the bug There are a few scroll containers where the mouse wheel doesn't work for scrolling up or down. The ones I've noticed so far are: -The bottom scroll container within the relationship log between 2 cats. -The medicine den log tab. -The clearing log tab.

Grade: Non-vital

Reproduce Go to any of the mentioned pages and try scrolling down with the mouse wheel.

Commit # or Game Version Number: 59b4d5ec7

Screenshots This is the first one I'm referring to in case I haven't explained it well: image

KiraDragoness commented 4 months ago

The history box in a cat's page is also not scrolling.

j-gynn commented 4 months ago

You can't drag the scroll bar for the changelog either. Unclear if the issues are linked, but I think they should be fixed together.

scribblecrumb commented 4 months ago

You can't drag the scroll bar for the changelog either. Unclear if the issues are linked, but I think they should be fixed together.

Highly likely to be caused by the same thing. Most scrollbar input issues are caused by improper UI element layering. It's something I want to address in my greater UI refactor. The scrollbar problems specifically could more than likely be remedied with a quick fix, but our older screens are an absolute mess regarding layering and I'd like to fix it at the base level rather than just patching the surface.