We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83d913 commit 1680297Copy full SHA for 1680297
tests/snapshot_tests/test_snapshots.py
@@ -2102,7 +2102,12 @@ def action_toggle_console(self) -> None:
2102
2103
2104
def test_updates_with_auto_refresh(snap_compare):
2105
- """Regression test for https://github.com/Textualize/textual/issues/5056"""
+ """Regression test for https://github.com/Textualize/textual/issues/5056
2106
+
2107
+ After hiding and unhiding the RichLog, you should be able to see 1.5 fully rendered placeholder widgets.
2108
+ Prior to this fix, the bottom portion of the screen did not
2109
+ refresh after the RichLog was hidden/unhidden while in the presence of the auto-refreshing ProgressBar widget.
2110
+ """
2111
2112
class MRE(App):
2113
BINDINGS = [
0 commit comments