[TIMOB-25339] Android : SDK 6.2.2 has an issue with the resizing of table views (Ti.UI.SIZE)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-11-06T10:28:10.000+0000 |
Affected Version/s | Release 6.2.2 |
Fix Version/s | n/a |
Components | n/a |
Labels | ti.ui.size |
Reporter | Nazmus Salahin |
Assignee | Yordan Banev |
Created | 2017-09-25T13:58:19.000+0000 |
Updated | 2017-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
File | Date | Size |
---|---|---|
6.1.2.png | 2017-09-25T13:54:17.000+0000 | 989849 |
6.2.2.png | 2017-09-25T13:54:01.000+0000 | 937347 |
support.tableview.height.zip | 2017-09-25T14:00:47.000+0000 | 7835540 |
No comments