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

Sliders in blueprint wishlist grade glitching #391

Open
InnerBushman opened this issue Aug 16, 2024 · 7 comments
Open

Sliders in blueprint wishlist grade glitching #391

InnerBushman opened this issue Aug 16, 2024 · 7 comments

Comments

@InnerBushman
Copy link

The new sliders in blueprints that are responsible for % left in a grade are glitching.
When I pull the slider with my mouse at normal speed the slider stops moving. If I move my mouse very slowly the slide moves with the mouse.
This only happens when the required materials in the wish list are updated. If no materials are updated the slider is moving no problem.

Suggested solution: do not update until user lets go of the slider.

Version 2.94
OS: Linux Manjaro

@jixxed
Copy link
Owner

jixxed commented Aug 17, 2024

It currently works on a debounce of 500ms. no updates are made unless you stop moving for half a second or let go.
normal speed as you describe would therefore not cause the issue. Perhaps a video of the issue might help.

@InnerBushman
Copy link
Author

Sure, here's a video:
https://github.com/user-attachments/assets/32527361-ce9f-4d80-a5cd-4a5ef83c105a

Now I can see the problem is more complex than i thought at first. Hope this helps.

@jixxed
Copy link
Owner

jixxed commented Aug 17, 2024

Do the sliders for notification volume(Settings) and fuel reserve(Ship builder) have the same issue?

@InnerBushman
Copy link
Author

No. These two are working fine.

@jixxed
Copy link
Owner

jixxed commented Aug 22, 2024

next release(2.100) will contain some minor upgrades of the graphics framework. didn't see anything directly related to slider though, but you never know.

@InnerBushman
Copy link
Author

In version 2.107 the sliders still are glitchy.

@jixxed
Copy link
Owner

jixxed commented Sep 2, 2024

Tested this on ubuntu running in a VM and it works fine there. that is as far as I can support linux builds. The issue you have seems somehow related to the combination of your system or OS with the GUI framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants