[TIMOB-4384] Android: Parity Issue: Title in button is displayed in multiline and when the view area is not large enough it gets cut off
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-07T22:01:44.000+0000 |
Affected Version/s | Release 1.7.0 |
Fix Version/s | n/a |
Components | Android |
Labels | button, layout, size, ui |
Reporter | Natalie Huynh |
Assignee | Ingo Muschenetz |
Created | 2011-06-13T16:27:40.000+0000 |
Updated | 2017-08-10T18:48:24.000+0000 |
Description
Steps To Reproduce:
1. Run test 1064 from http://wiki.appcelerator.org/display/tp/UI+Composite+Layout+Behavior+Test+Case
Actual Result:
Text is displayed with word wrap
Expected Result:
Should truncate text so that text does not get written off screen when the view area is too small
Attachments
File | Date | Size |
---|---|---|
Screen shot 2011-06-13 at 4.27.22 PM.png | 2011-06-13T16:27:40.000+0000 | 97258 |
Would it be possible to make the intended behavior allow for multiple lines before truncating, on both platforms? Even if the default is to truncate, and you have to turn word-wrapping on, I think it would be extremely useful to have that behavior available.
Closing ticket due to time passed and lack of progress.