Closed
Description
This is seen on Simulator and iOS builds
Setting a long text in TextArea and set setEndsWith3Points to true doesn't end the text with "..."
TextArea ta = new TextArea();
ta.setText("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec mattis interdum iaculis. Sed sodales neque tellus, ac pellentesque urna sodales vitae. Donec facilisis, est vitae tempus lobortis,");
ta.setPreferredW(200);
ta.setPreferredH(40);
ta.setSingleLineTextArea(true);
ta.setEndsWith3Points(true);
If I change the class to Label then the text properly ends with "..."
Metadata
Metadata
Assignees
Labels
No labels