{ "id": "105303", "key": "TIMOB-11840", "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": "2012-11-21T17:29:09.000+0000", "created": "2012-11-21T00:39:42.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios100112", "regression" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42:54.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": "While testig UICompositeLayout I was not able to launch a movie file.\r\n*It is a regression, works in 2.1.4*\r\n\r\nTest steps:\r\n1. Run the code below:\r\n{code}\r\nvar win = Ti.UI.currentWindow;\r\nwin.backgroundColor = 'white';\r\n\r\nvar label = Ti.UI.createLabel({\r\n\ttext: 'Pass if video fills the screen',\r\n\ttop: 40,\r\n\tleft: 10,\r\n\theight: Ti.UI.SIZE,\r\n\twidth: Ti.UI.SIZE,\r\n\tcolor: 'black'\r\n});\r\n\r\nvar video = Ti.Media.createVideoPlayer({\r\n\tcontentURL: '../movie.mp4',\r\n\tmovieControlMode:Titanium.Media.VIDEO_CONTROL_FULLSCREEN,\r\n scalingMode:Titanium.Media.VIDEO_SCALING_MODE_FILL\r\n});\r\n\r\nvideo.add(label);\r\nwin.add(video);\r\nvideo.play();\r\n{code}\r\n\r\nNote:\r\nPlease use an attached movie file.\r\n\r\nActual result:\r\nNo movie\r\n\r\nExpected:\r\nA movie should play successfully", "attachment": [ { "id": "33575", "filename": "movie.mp4", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-21T00:39:42.000+0000", "size": 2549211, "mimeType": "video/mp4" } ], "flagged": false, "summary": "iOS: UICompositeLayout - unable to launch movie from contentURL", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on:\r\nTitanium Studio, build: 3.0.0.201211191701\r\nTitanium SDK, build: 3.0.0.v20121120110430\r\nDevices:\r\niPad mini iOS 6.0.1\r\niPad4 iOS 6.0", "comment": { "comments": [ { "id": "228238", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "contentUrl removed for 3.0. Use url property instead", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-11-21T17:29:09.000+0000", "updated": "2012-11-21T17:29:09.000+0000" }, { "id": "309444", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "closing as invalid per [~vduggal] comments", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-06-17T22:36:10.000+0000", "updated": "2014-06-17T22:36:10.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }