Label node shown as black box on Android Web

Platform: Android Chrome

Reproduce:

  1. Create a node with label
  2. Set overflow to Shrink
  3. Set width of the node to any number > 4096 (2^12?)
  4. Input some character (not necessary to fill the whole box, one or two char also work
  5. Verify the label (whole node shown as black box)

May also be reproduced by setting the string to be very long with other overflow settings. Just make sure the width is greater than 4096

I need to create a label node to scroll in a scrollbar, therefore the label is very long. Any way to fix this?

solved by dividing the string into several shorter strings and put them into layout. black box is not fixed though