[TIMOB-19986] Scrollable view shows paging bar even though its disabled (regression)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-11-16T02:41:03.000+0000 |
Affected Version/s | Release 5.1.0, Release 5.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | regression, scrollableview |
Reporter | Rick Blalock |
Assignee | Eric Merriman |
Created | 2015-11-14T21:16:27.000+0000 |
Updated | 2017-03-22T20:47:57.000+0000 |
Description
The paging control shows up even though it shouldn't. This does not happen prior to anything in 5.2 (master).
"#carousel": {
width: Ti.UI.FILL,
height: Ti.UI.SIZE,
top: 0,
showPagingControl: false
},
<ScrollableView id="carousel"/>
Real life scenario, notice the screenshot here form Xcode view debugger: https://db.tt/D4R7jdrK
pagingControlAlpha: 0
Doesn't seem to have an effect either.Same issue as timob-19761. resolving as duplicate.
Closing ticket as duplicate of the ticket that is mentioned above and has since been closed.