[TIMOB-17373] iOS8: TableView: Separators of TableView disappear while scrolling
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-07T19:14:34.000+0000 |
Affected Version/s | Release 3.3.1 |
Fix Version/s | Release 3.4.0 |
Components | iOS |
Labels | ios8 |
Reporter | Priya Agarwal |
Assignee | Vishal Duggal |
Created | 2014-07-23T10:31:36.000+0000 |
Updated | 2015-02-02T20:47:44.000+0000 |
Description
Steps to reproduce:
1. Install KS on iOS 8 device.
2. Navigate to BaseUI>Views>TableViews
3. Scroll the table.
{color:red}Actual Result:{color}
Separators gets disappeared
{color:green}Expected Result:{color}
Separators should not get disappeared.
Refer to Screenshots attached
Attachments
File | Date | Size |
ios7.png | 2014-07-23T10:31:36.000+0000 | 70281 |
ios8.png | 2014-07-23T10:31:36.000+0000 | 83388 |
Do they come back again when you stop scrolling? In other words, is the disappearance temporary?
No,the lines does not appear back after scrolling/stop scrolling.
Pull pending against master https://github.com/appcelerator/titanium_mobile/pull/5953
Still have issue on iOS 7.
Verified fix on: Mac OSX 10.9.4 Appcelerator Studio, build: 3.3.0.201407111535 Titanium SDK build: 3.4.0.v20140813022514 Titanium CLI, build: 3.3.0 Alloy: 1.4.1 iOS Device 5s (8.0b5) iOS Device 5 (7.0.6) Navigated to Base UI->Views->Table Views. Separators no longer disappear while scrolling on both iOS 8 and iOS 7. Closing ticket.