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
Once the content of the text attribute in a panel exceeds a certain width it becomes invisible. You can still select the text and cut/copy/paste, but you don't see the characters.
It looks like the point at which the text becomes invisible is based on the width of the text exceeding the screen width. The number of characters varies depending on aspect ratio, font-size, and the text itself. Setting overflow to scroll doesn't matter. Neither does setting text in xml or js.
You should also be able to reproduce just by manually entering text in any TextEntry and the contents will turn invisible eventually.
Once the content of the text attribute in a panel exceeds a certain width it becomes invisible. You can still select the text and cut/copy/paste, but you don't see the characters.
https://i.imgur.com/bdrvVgv.jpg
It looks like the point at which the text becomes invisible is based on the width of the text exceeding the screen width. The number of characters varies depending on aspect ratio, font-size, and the text itself. Setting overflow to scroll doesn't matter. Neither does setting text in xml or js.
You should also be able to reproduce just by manually entering text in any TextEntry and the contents will turn invisible eventually.
Example xml and css:
The text was updated successfully, but these errors were encountered: