Skip to content

TextArea setEndsWith3Points doesn't work #2158

Closed
@mickeyng

Description

@mickeyng

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
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions