[TIMOB-18201] iOS: subtitles in Listview gets overlapped with the titles in the next row
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-10-04T17:22:59.000+0000 |
Affected Version/s | Release 3.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | qe-3.5.0 |
Reporter | Visalakshi Chidambaram |
Assignee | Hans Knöchel |
Created | 2014-12-15T09:48:08.000+0000 |
Updated | 2017-03-24T17:58:56.000+0000 |
Description
This is not a regression as it can also be reproduced with titanium sdk 3.4.1
The sub info in the first row gets overlapped with the info in the next line in listview. Clicking on the row causes the sub info that overlapped to disappear and re-appear after some time. However, this works fine with android.
Steps to reproduce:
1. Run the attached app.js
2. Observe the info
3. Click on the row : ""
Actual Results:
2. The sub info gets overlapped with the info in the next line as shown in the attached screen shot
3. The sub info that overlapped with the info in the line disappears and reappears again after some time
Expected Results:
2. No overlap of the text found in the list view. The sub info and info should be clearly visible.
3. The sub info should not disappear.
Attachments
The test-case was invalid (rows too small for the subtitle-margins,
html
-property not applicable). Updated and minified test-case:Closing ticket as invalid with reference to the above comments.