You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [blink] tag does not work properly inside Static starting from version 2.0.0. (Platform: Windows, Python version: 3.11+)
Description
In Textual 1.0.0, the following code correctly displays blinking yellow text inside a Static widget. However, in Textual 2.0.0 and later, the text appears in plain white and does not blink.
The new content system probably isn't going to support blink, as its a poor UI, IMHO. But it will still be supported through rich Text. Text.from_markup("[blink]Terrible UI")
Thank you for the feedback. I tested the way you suggested. Now, the text color is correct, but anyway, no blinking.
Is there a chance that it will be fixed one day? I'd like to help with it. Perhaps you can direct me a little? Which modules are responsible for the feature? I started with content.py, but probably need to check something responsible for screen refreshing.
The bug
The [blink] tag does not work properly inside Static starting from version 2.0.0. (Platform: Windows, Python version: 3.11+)
Description
In Textual 1.0.0, the following code correctly displays blinking yellow text inside a Static widget. However, in Textual 2.0.0 and later, the text appears in plain white and does not blink.
Expected Behavior
The text should appear in yellow and blink, as it did in version 1.0.0.
Actual Behavior
The text is displayed in plain white and does not blink.
The text was updated successfully, but these errors were encountered: