[TIMOB-5522] MobileWeb: on mobile web label needs to constrain text
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-06-08T08:00:56.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-41 |
Components | MobileWeb |
Labels | n/a |
Reporter | Kincy Clark |
Assignee | Andrew Kulinich |
Created | 2011-05-16T23:23:59.000+0000 |
Updated | 2017-03-03T23:32:04.000+0000 |
Description
A label should allow text to overflow visibly. An example of this is in HTML KS textarea.js
var l = Ti.UI.createLabel({
top:10,
left:10,
height: 60,
font:{fontSize:20},
color:'black',
height:50,
width:300
});
See textarea screenshot to see what happens when text overflows. The text needs to be cut off. In iOS, if a label overflows, the ... characters are displayed.
Attachments
Closing ticket as MobileWeb is no longer supported.