[TIMOB-11775] KitchenSink: Play Movie - "Event PlaybackState Fired" returns "undefined"
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-11-15T19:11:54.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-and100112, regression |
Reporter | Tamila Smolich |
Assignee | Ingo Muschenetz |
Created | 2012-11-15T00:54:08.000+0000 |
Updated | 2017-03-20T22:18:18.000+0000 |
Description
Description:
While testing KitchenSink Play Movie Local I noticed that "Event PlaybackState Fired" returns "undefined" value.
This is a regression, does not occur on 2.1.4.
Steps:
1. Run KitchenSink
2. Go to Phone - Play Movie - Local
3. Check the console
Actual:
Ti.API.info: Event PlaybackState Fired: 'undefined'
Expected:
Ti.API.info: Event PlaybackState Fired: '+e.playbackState'
Duplicate of TIMOB-11580
Closing ticket as duplicate.