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
To reproduce, first copy some long text to your clipboard (e.g. the Textual demo code). If you then run the TextArea example (docs/examples/widgets/text_area_example.py) and paste this text, the vertical scrollbar position has not been updated correctly where it should be at the bottom.
The text was updated successfully, but these errors were encountered:
While trying to debug this with textual console on the same screen, I've found the vertical scrollbar does seem to update correctly if the horizontal scrollbar is also triggered.
To reproduce, first copy some long text to your clipboard (e.g. the Textual demo code). If you then run the
TextArea
example (docs/examples/widgets/text_area_example.py) and paste this text, the vertical scrollbar position has not been updated correctly where it should be at the bottom.The text was updated successfully, but these errors were encountered: