Bugfix: pressing arrows generates AttributeError
#222
Merged
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.
More info about the bug: I used the easygui.enterbox, and while pressing the left/right/up/down arrows - easygui generated these weird errors to me:
It seems like the exact problem in #170.
This Pull Request is a solution to that problem. I tested it and it works for me.
It's only two new
if
s to the codebase so it should be very simple to verify.I also strongly believe that this bugfix should be deployed now by creating version 0.98.4 (I know I would love to use this library with the fixed bug).