Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19986] Scrollable view shows paging bar even though its disabled (regression)

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionDuplicate
Resolution Date2015-11-16T02:41:03.000+0000
Affected Version/sRelease 5.1.0, Release 5.2.0
Fix Version/sn/a
ComponentsiOS
Labelsregression, scrollableview
ReporterRick Blalock
AssigneeEric Merriman
Created2015-11-14T21:16:27.000+0000
Updated2017-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

Comments

  1. Rick Blalock 2015-11-14

    pagingControlAlpha: 0 Doesn't seem to have an effect either.
  2. Chee Kiat Ng 2015-11-16

    Same issue as timob-19761. resolving as duplicate.
  3. Lee Morris 2017-03-22

    Closing ticket as duplicate of the ticket that is mentioned above and has since been closed.

JSON Source