-
Notifications
You must be signed in to change notification settings - Fork 316
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
[BUG] urwid.Overlay valign doesn't accept relative
any more
#851
Labels
Comments
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
6 tasks
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
penguinolog
pushed a commit
to penguinolog/urwid
that referenced
this issue
Mar 4, 2024
penguinolog
added a commit
that referenced
this issue
Mar 4, 2024
Fix: #851 Co-authored-by: Aleksei Stepanov <alekseis@nvidia.com>
Fixed, added tests to prevent regression in the future and updated docstrings/typing annotations. |
Thank you very much for the incredibly quick fix and release! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
urwid.Overlay's valign doesn't accept values of
('relative', 50)
any more, if though it should be fine according to the documentation. This used to work until 2.4.2Affected versions (if applicable)
master
branch ead68bbpypi
Steps to reproduce (if applicable)
This example program used to work with older versions of urwid (<=2.4.2) but breaks with current versions.
Expected/actual outcome
[...]
The text was updated successfully, but these errors were encountered: