[TIMOB-5988] iOS: Kitchensink - Phone>Play Movie>Embedded , initial playback time and end playback time report NaN
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-11-04T11:09:36.000+0000 |
Affected Version/s | Release 1.8.0 |
Fix Version/s | Sprint 2011-45 |
Components | iOS |
Labels | kitchensink, movie |
Reporter | Eric Merriman |
Assignee | Eric Merriman |
Created | 2011-11-04T08:53:23.000+0000 |
Updated | 2014-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
This is the intended behavior. NaN is the sentinel value returned when asked for timing information that is not available.
Closing as invalid