Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1160] Table auto height broken in 1.3.1

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:55:22.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.4.0
ComponentsiOS
Labelsios, iphone, tableview
ReporterJustin
AssigneeReggie Seagraves
Created2011-04-15T02:45:30.000+0000
Updated2011-04-17T01:55:22.000+0000

Description

Auto height worked in 1.3.0.

Attachments

FileDateSize
screen-shot-2010-06-18-at-41139-pm.png2011-04-15T02:45:30.000+0000204378

Comments

  1. kosso 2011-04-15

    It seems that the width:'auto' setting is breaking it.

    Try changing the addRow function in the KS demo to:

       function addRow(idx,text)
       {
           data[idx].add(Ti.UI.createLabel({
               text:text,
               height:'auto',
               width:260,
               left:10,
               top:10,
               bottom:10
           }));
       }
       
  2. Justin 2011-04-15

    That is true. Hopefully this gets fixed in 1.4.0.

  3. Jeff Haynie 2011-04-15

    This is known and will be fixed ASAP.

JSON Source