{ "id": "86660", "key": "TIMOB-7708", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2017-07-10T22:14:36.000+0000", "created": "2012-02-17T11:31:58.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "qe-ios021312" ], "versions": [ { "id": "13070", "description": "Release 1.8 Service Pack 2", "name": "Release 1.8.2", "archived": true, "released": true, "releaseDate": "2012-02-29" } ], "issuelinks": [], "assignee": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-07-10T22:14:40.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "\r\nsteps to reproduction\r\n1: install and run the following code\r\n{code}\r\nvar window = Ti.UI.createWindow({\r\n\tbackgroundColor:'#000'\r\n});\r\n\r\nvar activeMovie1 = Titanium.Media.createVideoPlayer({\r\n\tsourceType : Ti.Media.VIDEO_SOURCE_TYPE_FILE,\r\n\turl : 'movie.mp4',\r\n\tbackgroundColor : '#000',\r\n\tscalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n\tmovieControlStyle : Titanium.Media.VIDEO_CONTROL_NONE\r\n});\r\n\r\n\r\n\r\nvar activeMovie2 = Titanium.Media.createVideoPlayer({\r\n\tsourceType : Ti.Media.VIDEO_SOURCE_TYPE_FILE,\r\n\turl : 'movie.mp4',\r\n\tbackgroundColor : '#000',\r\n\tscalingMode : Titanium.Media.VIDEO_SCALING_ASPECT_FIT,\r\n\tmediaControlStyle : Titanium.Media.VIDEO_CONTROL_NONE\r\n});\r\n\r\nwindow.add(activeMovie2);\r\n\r\nwindow.open();\r\n{code}\r\nexpected result: should be able to see the video play\r\nactual result: video was not visible \r\n\r\nnote : can see warning and video in 1.8.1", "attachment": [ { "id": "25821", "filename": "movie.mp4", "author": { "name": "sshylaja", "key": "sshylaja", "displayName": "Sitara Shylaja", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-17T13:23:14.000+0000", "size": 2549211, "mimeType": "video/mp4" } ], "flagged": false, "summary": "IOS: Media - no video visible when there is a deprecated property in the code", "creator": { "name": "sshylaja", "key": "sshylaja", "displayName": "Sitara Shylaja", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "sshylaja", "key": "sshylaja", "displayName": "Sitara Shylaja", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Titanium SDK version: 1.8.2.v20120216154635\r\nDevice Details:ipad2 version 5.0.1\r\nTitanium Studio version: 1.0.9.201202131024", "comment": { "comments": [ { "id": "423826", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket due to time passed and lack of progress for a number of years. Please open a new ticket if there are any problems.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-07-10T22:14:36.000+0000", "updated": "2017-07-10T22:14:36.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }