[TIMOB-9208] Android: Table view rows in Nook-KS have inconsistent alignment (kindle fire/nook) only
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-03-19T07:08:40.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 3.0.2 |
Components | Android |
Labels | api |
Reporter | Allen Yeung |
Assignee | jithinpv |
Created | 2012-05-23T12:26:53.000+0000 |
Updated | 2017-03-17T18:39:43.000+0000 |
Description
Steps to Reproduce:
1. Launch KS Nook
2. Click on Miscellaneous Tab (there should be no indentation on rows)
3. Click on another tab
4. Click on Miscellaneous Tab again (rows are slightly indented)
The problem is that we are setting the class name to "normal" inside rowProxyFor() in TableViewProxy. If we don't set the classname to normal there, we get the bug TIMOB-9189. We need to figure out a way to fix this behavior without causing TIMOB-9189.
Also, it looks like if you change orientation while in the miscellaneous tab, random rows will have indentation, and others will not. (This is similar to the behavior mentioned in TIMOB-9189) This may not be related to the class name, but again, more investigation needs to be done.
Issue does not reproduces Tested with Titanium Studio, build: 3.0.1.201212181159 Titanium SDK version: 3.1.0 (03/11/13 15:43 0c88429) Titanium SDK version: 3.0.2 (02/07/13 16:46 a4def81) Device: Samsung galaxy s duos Android version: 4.0.4 jithinpv
Closing ticket as the issue cannot be reproduced.