Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7429] iOS: Coverflow - setting initial selected image in coverflow results in redraw and sorting issues

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2012-02-14T12:53:10.000+0000
Affected Version/sRelease 1.8.1
Fix Version/sSprint 2012-04, Release 2.0.0, Release 1.8.2
ComponentsiOS
Labelsmodule_view, qe-testadded
ReporterSantiago Obando
AssigneeMax Stepanov
Created2012-01-23T14:50:58.000+0000
Updated2012-02-15T14:51:08.000+0000

Description

ISSUE:

Images shown in Coverflow out of order when the selected image on the coverflow is initially set to be another one besides the first one.

TESTED ON

iPhone 5.0.1 Titanium SDK 1.9.0.v2

Steps to reproduce

1. in kitchensink, edit coverflow_view.js 2. in line 10, modify the view to start with a selected image: // create coverflow view with images var view = Titanium.UI.iOS.createCoverFlowView({ images:images, backgroundColor:'#000', selected: 5 }); 3. Run Kitchen Sink: base ui tab > views > coverflow view > coverflow local

Results:

(screen shot) images are not shown as expected, seems the order is off as well.
[INFO] One moment, building ...
[INFO] Titanium SDK version: 1.9.0 (01/26/12 10:46 9e7e750)
[INFO] iPhone Device family: universal
[INFO] iPhone SDK version: 5.0
[INFO] iPhone simulated device: iphone
[INFO] Detected compiler plugin: ti.log/0.1
[INFO] Compiler plugin loaded and working for ios
[INFO] Compiling localization files
[INFO] Detected custom font: comic_zine_ot.otf
[INFO] Launching application in Simulator
[INFO] Launched application in Simulator (18.71 seconds)
[INFO] Found 5.0 patch installed
[INFO] Application started
[INFO] KitchenSink/1.0 (1.9.0.v20120126104634.9e7e750)
[INFO] Welcome to Kitchen Sink for Titanium/1.9.0

Attachments

FileDateSize
simulator_result.png2012-01-23T15:24:20.000+0000137139

Comments

  1. Blain Hamon 2012-02-14

    Pull #1410 passed CR+FR
  2. Santiago Obando 2012-02-14

    When will developers have access to this fix?
  3. Neeraj Gupta 2012-02-14

    This fix should be available later today in a master CI build.
  4. Dustin Hyde 2012-02-15

    Closing as Fixed. SDK: 1.8.2.v20120214163156 Studio: 1.0.9.201202131024 OS: Lion Devices Tested: iPhone/iPad Simulator 4.3/5.0, iPhone4 5.0.1

JSON Source