{ "id": "82939", "key": "TIMOB-6244", "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": [ { "id": "12086", "description": "", "name": "Sprint 2011-46", "archived": true, "released": true, "releaseDate": "2011-11-21" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-01-04T13:23:45.000+0000", "created": "2011-11-20T19:09:13.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_media", "qe-testadded" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [], "assignee": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "updated": "2012-01-04T13:23:45.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "h3. Fail/Test Case\r\n\r\n* Run the app.js below.\r\n* When the video loads, tap the video and confirm that the play controls (play/pause, etc.) *do* appear.\r\n* Change the app.js by changing {{mediaControlStyle}} to {{Titanium.Media.VIDEO_CONTROL_NONE}}.\r\n* Re-run the app.\r\n* When the video loads, tap the video and confirm that *no* play controls appear. (The failcase is that they *do* still appear.)\r\n\r\n{code:title=app.js}\r\nvar win = Ti.UI.createWindow({exitOnClose: true, backgroundColor: \"yellow\"});\r\n\r\nvar moviePlayer = Ti.Media.createVideoPlayer({\r\n\turl: 'http://dts.podtrac.com/redirect.mp4/twit.cachefly.net/video/aaa/aaa0033/aaa0033_h264b_640x368_256.mp4',\r\n\tmediaControlStyle: Titanium.Media.VIDEO_CONTROL_EMBEDDED,\r\n\tscalingMode: Titanium.Media.VIDEO_SCALING_MODE_FILL,\r\n\tautoplay: true,\r\n\tbackgroundColor: \"blue\"\r\n});\r\n\r\nwin.add(moviePlayer);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Android: Video Player mediaControlStyle creation property ignored", "creator": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Titanium Mobile 1.8.0.1 7b0734d59dae85 and earlier, any device/emulator", "comment": { "comments": [ { "id": "173446", "author": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "body": "Pull Request ready:\r\n\r\nhttps://github.com/appcelerator/titanium_mobile/pull/744", "updateAuthor": { "name": "billdawson", "key": "billdawson", "displayName": "Bill Dawson", "active": true, "timeZone": "Europe/Berlin" }, "created": "2011-11-20T19:25:04.000+0000", "updated": "2011-11-20T19:25:04.000+0000" }, { "id": "175062", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Bug fixed. Verified on:\r\nSDK: 1.8.0.1.v20111205164258\r\nRuntimes: Android V8/Rhino\r\nStudio: 1.0.7.201112052104\r\nOS: OS X Lion\r\nDevices Tested: Nexus One 2.2.2, Droid3 2.3.4, G Slate 3.1, Emulator 4.0", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-06T14:49:40.000+0000", "updated": "2011-12-06T14:49:40.000+0000" }, { "id": "178005", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Open to add label\r\n", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-04T13:23:28.000+0000", "updated": "2012-01-04T13:23:28.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }