Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25339] Android : SDK 6.2.2 has an issue with the resizing of table views (Ti.UI.SIZE)

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2017-11-06T10:28:10.000+0000
Affected Version/sRelease 6.2.2
Fix Version/sn/a
Componentsn/a
Labelsti.ui.size
ReporterNazmus Salahin
AssigneeYordan Banev
Created2017-09-25T13:58:19.000+0000
Updated2017-11-06T10:28:10.000+0000

Description

Hi, It seems that SDK 6.2.2 has an issue with the resizing of table views. In the examples here my table view has the height set to Ti.UI.SIZE, you can see the difference for SDK 6.2.2.GA and 6.2.1.GA Output for 6.2.2.GA !6.2.2.png|thumbnail! Output for 6.1.2.GA !6.1.2.png|thumbnail! Please find the attached test project : [^support.tableview.height.zip] Test code:
//index.tss
"#container": {
	backgroundColor:"red"
}

"#tableview":{
	height:Ti.UI.SIZE,
	bottom:0,
	backgroundColor:"green"
}

//tableviewrow.tss
"#row" : {
  color:"white",
  backgroundColor:"blue"
}

Attachments

FileDateSize
6.1.2.png2017-09-25T13:54:17.000+0000989849
6.2.2.png2017-09-25T13:54:01.000+0000937347
support.tableview.height.zip2017-09-25T14:00:47.000+00007835540

Comments

No comments

JSON Source