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

Unable to scroll in trade window #58

Closed
thomotron opened this issue Jul 25, 2021 · 1 comment
Closed

Unable to scroll in trade window #58

thomotron opened this issue Jul 25, 2021 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@thomotron
Copy link
Owner

Description

None of the scroll bars in the trade window actually scroll, they're all static. Trying to use the scrollbar by dragging, clicking further along, and using the scrollwheel all do nothing.

Steps to reproduce

  1. Open a trade
  2. Fill one of the panels (available items, our offer, or their offer) with enough items to render a scrollbar
  3. Try to scroll the panel
@thomotron thomotron added the bug Something isn't working label Jul 25, 2021
@thomotron
Copy link
Owner Author

Looks to be related to changes made in VerticalScrollContainer that internalised the previous scroll position and defaulted it to the top. Since the trade window is still generating the container each frame, it will always default to the top and never update.

@thomotron thomotron added this to the 0.8.1 milestone Jul 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant