[TIMOB-10431] Blackberry: UI.Label doesn't show the full text for Label1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-09-12T08:25:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2012-14 BB, BB Preview 3 |
Components | BlackBerry |
Labels | n/a |
Reporter | Hranush Mezhlumyan |
Assignee | Josh Roesslein |
Created | 2012-08-14T02:50:56.000+0000 |
Updated | 2017-03-02T21:09:44.000+0000 |
Description
UI.Label doesn't show the full text for Label1. It is located only on the first line.
Actual result: The text is cut and after pressing "Hide/Show" the label text is ended with '...'.
Expected result (Android comparison): The Label should be multiline. The text is shown fully for Android.
I have a hunch that this is not supported by Cascades. JP, please confirm this and either 1) make this a documentation bug to update API doc, if not supported by Cascades 2) convert into a task to implement this functionality later on, if supported by Cascades
It is confirmed to be the Cascades limitation. Converting the issue into documentation bug.
It is now (R8) possible to have the Label control line break too, by setting the boolean property multiline to true/false.
Closing as invalid.