[TIMOB-13030] MobileWeb: TableViewRow height not properly updating
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-26T17:29:45.000+0000 |
Affected Version/s | Release 3.0.0, Release 3.0.2 |
Fix Version/s | Release 3.1.0, 2013 Sprint 06 JS, 2013 Sprint 06 |
Components | MobileWeb |
Labels | mobileweb, qe-closed-3.1.0 |
Reporter | Meenakshi Pathak |
Assignee | Bryan Hughes |
Created | 2013-03-12T06:40:59.000+0000 |
Updated | 2013-04-26T17:29:52.000+0000 |
Description
In the test case, I have table row with height using SIZE.
It has 2 children with vertical layout. Initially both children have height. When row is clicked, the 2nd child's height is set to 0.
When layout is updated, the parent row should have shrunken. When row is clicked again, row is expanded again with 2nd child's height is set to 100 again.
If the SDK is set to 2.1.4, it works fine. However, when the SDK is set to 3.0 or latest master, the row's height is not affected.
I have attached a sample project to illustrate this.
Attachments
This is important for a customer, but not important for 3.1.0. It will be backported to a customer-specific branch, but actually appear in 3.1.1.
PR: https://github.com/appcelerator/titanium_mobile/pull/4018
Verified With - SDK - 3.1.0.v20130409124549 Appcelerator Studio - 3.1.0.201304091724 OS - Montain Lion (v10.8) Now its working as expected. Hence closing this issue.
Re-opening to fix labels