Scroll with mouse wheel does not work over labels and text fields in components and in parameters #460#764
Merged
Conversation
Collaborator
|
Thanks, but there is something very wrong with you commit. It adds 2621000 lines of code. And countless files. |
ed062a2 to
fa47188
Compare
Contributor
Author
|
Sorry for all the extra commits earlier, @amilcarlucas. This is my first pull request, and I was a bit nervous, so I made a mistake with the commit history. |
927e436 to
037fc59
Compare
…s if the comboboxes are not open
amilcarlucas
previously approved these changes
Sep 4, 2025
Add pytests Fix pylint Fix mypy
12d855f to
5b290a2
Compare
Collaborator
|
@Trishanshv thanks for contributing. Merged |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes an issue where the main window would not scroll when the mouse cursor was hovering over child widgets like text entries (ttk.Entry) and labels. #460
This implementation adopts the improved approach suggested by @amilcarlucas in the issue comments.
Closes #460.
Note: The test_user_benefits_from_consistent_ui_styling test appears to be failing on the main branch and is unrelated to these changes.