Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10988] iOS: No input log for "Play Movie-Local " test case.

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T22:01:10.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsqe-ios090112
ReporterRima Umbrasas
AssigneeEric Merriman
Created2012-09-19T11:24:33.000+0000
Updated2017-05-02T22:01:10.000+0000

Description

Description: No input log for Phone> Play Movie> Local test case. Steps: 1. Launch KitchenSink. 2. Go to Phone> Play movie> Local. 3. Play movie. Expected results: After movie completed In console should see info: [INFO] Event PlaybackState Fired: [INFO] activeMovie.endPlaybackTime: [INFO] activeMovie.playableDuration: " Actual results: No expected input. Note: see attached log from console. Code which not working: activeMovie.addEventListener('playbackstate',function(e){ Ti.API.info('Event PlaybackState Fired: '+e.playbackState); Ti.API.info('activeMovie.endPlaybackTime: '+activeMovie.endPlaybackTime); Ti.API.info('activeMovie.playableDuration: '+activeMovie.playableDuration); });

Attachments

FileDateSize
Local_movie_log2012-09-19T11:44:27.000+00004237

Comments

  1. Lee Morris 2017-05-02

    Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.

JSON Source