Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-5988] iOS: Kitchensink - Phone>Play Movie>Embedded , initial playback time and end playback time report NaN

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2011-11-04T11:09:36.000+0000
Affected Version/sRelease 1.8.0
Fix Version/sSprint 2011-45
ComponentsiOS
Labelskitchensink, movie
ReporterEric Merriman
AssigneeEric Merriman
Created2011-11-04T08:53:23.000+0000
Updated2014-06-19T12:42:37.000+0000

Description

Description: While testing KS, Phone>Play Movie>Embedded, I noticed that the data displayed at the top of the screen was populated, but "i:" (activeMovie.initialPlaybackTime) and "e:" (activeMovie.endPlaybackTime) both reported "NaN". Steps to reproduce: 1) Launch KS built with 1.8.0 2) Navigate to Phone>Play Movie>Embedded 3) The movie should begin to play. Tap the movie to activate the data labels Result: "i" and "e" report "NaN" Expected: Numerical representation of initialPlaybackTime and endPlaybackTime Note: This data was not displayed for 1.7.5 KS, and I could not build 1.8.0 KS with the 1.7.5 SDK

Comments

  1. Reggie Seagraves 2011-11-04

    This is the intended behavior. NaN is the sentinel value returned when asked for timing information that is not available.
  2. Eric Merriman 2013-02-22

    Closing as invalid

JSON Source