Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2839] iOS: Blurry text with percentage height

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionWon't Fix
Resolution Date2017-08-08T18:22:55.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsiOS
Labelscore
ReporterSindre Sorhus
AssigneeIngo Muschenetz
Created2011-04-15T03:30:46.000+0000
Updated2017-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 );

Comments

  1. Sindre Sorhus 2012-01-02

    Any updates?
  2. Stephen Tramer 2012-01-03

    Still valid 1.9.0.46d2d6f
  3. Stephen Tramer 2012-07-26

    Confirmed SDK 2.2.0.014b86f.
  4. Sindre Sorhus 2013-03-01

    bump
  5. Lee Morris 2017-08-08

    Closing due to inactivity. If this issue still exists, please raise a new ticket.

JSON Source