[TIMOB-6115] Android: TableView: Rhino/v8, row data is returning null for rhino and undefined for v8
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-11-29T16:57:28.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | Sprint 2011-48, Release 1.8.0.1 |
Components | Android |
Labels | branch-v8 |
Reporter | Natalie Huynh |
Assignee | Hieu Pham |
Created | 2011-11-08T13:02:59.000+0000 |
Updated | 2014-06-19T12:43:32.000+0000 |
Description
Steps To Reproduce:
1. Launch Application
2. Base UI > Views > Table Views > Table Auto Height
3. Click on the row
Actual Result:
rhino: row null index null section null rowdata null
v8: row undefined index undefined section undefined rowdata undefined
Expected Result:
Should be both null or undefined
Tested with Mobile SDK 1.8.0.1.v20111116153454 Ti Studio version 1.0.7.201111151932 OSX Lion Galaxy Tab 10.1 OS Version 3.1, Nexus S OS version 2.3.6, iPad 2 OS 4.3.5 Results: iPad 2 shows that row data [object TiUITableViewRow] Galaxy tab & nexus S on both v8/rhino shows row data null
Tested with Mobile SDK 1.8.0.1.v20111123151459 v8/rhino LG Exp: Still showing row data is null
Tested with 1.8.0.1.v20111207090257 Xoom (3.2.1) - v8 Samsung Tab 10.1 (3.1) - rhino Returning [object Object]