[TIMOB-16263] iOS 7: ListView - Borders in between items are removed after deleting an item
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-10-18T12:57:12.000+0000 |
Affected Version/s | Release 3.2.0, Release 3.2.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios7, qe-3.2.1 |
Reporter | Wilson Luu |
Assignee | Hans Knöchel |
Created | 2014-01-21T02:05:30.000+0000 |
Updated | 2017-03-29T01:02:41.000+0000 |
Description
*Details:* On iOS 7, after deleting an item from a ListView, the border between the items will not appear.
*This is not a regression and only occurs on iOS 7.*
*Steps to reproduce:*
1. Create a Titanium classic app with the app.js sample code attachment or create an Alloy app with the index.js and index.xml sample code attachments
2. Install sample app to an iOS 7 device
3. Press on an item to delete it
*Actual:* The border between the items will not appear (see missing_border.png).
*Expected:* The border between the items should appear after deleting an item from the ListView.
Attachments
While testing against master (3.3.0.v20140407144327), bug still seems reproducible *only* on a iOS 7.0 device (iphone 5s). On 7.1 devices (iphone 4, ipad air), however, the bug seems fixed against master (3.3.0.v20140407144327). *Environment:* Appcelerator Studio, build: 3.2.3.201403271839 SDK build: 3.3.0.v20140407144327 CLI: 3.2.3-alpha2 Alloy: 1.3.1 Xcode: 5.1
This issue was previously scheduled to be worked on in more than one sprint: * 'Release 3.1.2' (on board '3.1.X Triage') * 'Release 3.0.1/TS 3.0.2' (on board '3.1.0 Triage') * 'Release 3.3.0' (on board '3.2.X Triage') Starting from JIRA Agile 6.3, an issue can only belong to a single future sprint. Read more about this change: http://docs.atlassian.com/agile/docs-0630/Sprint+Marker+Migration This issue is now scheduled for future sprint 'Release 3.1.2' (on board '3.1.X Triage'). If this is incorrect, please update the issue accordingly. This comment was automatically generated by JIRA. If it is no longer relevant, please feel free to delete it.
While using SDK 3.3.0.v20140418162516, I am still able to reproduce this issue *only* on iphone 5s (7.0). I was *not able to reproduce* on iphone 5 (7.0.6) or ipad mini (7.1). *Tested on:* Appcelerator Studio, build: 3.2.3.201404162038 SDK build: 3.3.0.v20140418162516 CLI: 3.2.3-beta2 Alloy: 1.3.1 Xcode: 5.1.1 Devices: iphone 5s (7.0)
I cannot reproduce this with our supported iOS versions (7.1 - 10.1), so knowing that it does not work in iOS 7.0.0 but does work on 7.0.1, I guess it was a temporary Apple issue that was fixed a few years ago. Thx!
Closing ticket as the issue cannot be reproduced.