[TIMOB-2839] iOS: Blurry text with percentage height
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-08-08T18:22:55.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | core |
Reporter | Sindre Sorhus |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:30:46.000+0000 |
Updated | 2017-08-08T18:22:55.000+0000 |
Description
There is still a issue with Titanium 1.5.1 and blurry text when using percentage for width/height on a TextArea.
var textArea = Ti.UI.createTextArea({
width: "100%",
height: "44%",
borderColor: "#000",
bottom: 0,
left: 0,
editable: false,
value: "Lorem ipsum, lorem ipsum"
});
Ti.UI.currentWindow.add( textArea );
Any updates?
Still valid 1.9.0.46d2d6f
Confirmed SDK 2.2.0.014b86f.
bump
Closing due to inactivity. If this issue still exists, please raise a new ticket.