{ "id": "105451", "key": "TIMOB-13391", "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": "8", "description": "", "name": "Needs more info" }, "resolutiondate": "2013-04-05T04:45:46.000+0000", "created": "2012-11-23T04:28:26.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2014-06-19T12:42: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": "11500", "name": "MobileWeb", "description": "Mobile Web (HTML) Platform" } ], "description": "Scrollable view unusable\r\nProblems: \r\n1. It scrolls very badly, not intuitive\r\n2. Sometimes it flickers displaying scrollableview background\r\n3. Does not always show next page, when I tap on an image it disapper\r\n\r\nAlso\r\nImageView does not honor it size, width, or height properties. They are equal to image size despite that I set them to 100x100\r\n\r\n*Test case*\r\n{code}\r\nvar wnd = Ti.UI.createWindow();\r\nTi.UI.backgroundColor = \"#FFFFFF\"\r\n\r\nfunction scrollableBug() {\r\n\tvar pager = Ti.UI.createScrollableView({\r\n\t\tbackgroundColor : \"green\",\r\n\t\tsize : {\r\n\t\t\twidth : 100,\r\n\t\t\theight : 100\r\n\t\t}\r\n\t});\r\n\tfor (var i = 0; i < 10; ++i) {\r\n\t\tvar image = Ti.UI.createImageView({\r\n\t\t\timage : \"http://media.tumblr.com/tumblr_m5hj6qeQ7r1qawqhu.png\",\r\n\t\t\tsize : {\r\n\t\t\t\twidth : 100,\r\n\t\t\t\theight : 100\r\n\t\t\t}\r\n\t\t});\r\n\t\tpager.addView(image);\r\n\t}\r\n\twnd.add(pager);\r\n}\r\n\r\nscrollableBug();\r\nwnd.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "Mobile Web: ScrollableView does not work", "creator": { "name": "andrey@studiomobile.ru", "key": "andrey@studiomobile.ru", "displayName": "Andrey Verbin", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "andrey@studiomobile.ru", "key": "andrey@studiomobile.ru", "displayName": "Andrey Verbin", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Mac OSX 10.7.5", "comment": { "comments": [ { "id": "245836", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested and confirmed in Firefox.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-04T23:33:41.000+0000", "updated": "2013-04-04T23:33:41.000+0000" }, { "id": "245840", "author": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Note: Firefox is not an officially supported browser (desktop browsers in general are not officially supported). Is this reproducible in mobile safari, Android Browser, or Chrome for Android?", "updateAuthor": { "name": "bhughes", "key": "bhughes", "displayName": "Bryan Hughes", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-04T23:38:21.000+0000", "updated": "2013-04-04T23:38:21.000+0000" }, { "id": "245879", "author": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Of course, oops!\r\n\r\nMobile Safari: The app doesn't even run, it just displays the Appcelerator splash screen.\r\nAndroid Browser: Scrolls fine, although some stuttering does occur if you swipe really fast.\r\nChrome for Android: Same as Android Browser.\r\n\r\nIn answer to the points in the description:\r\n\r\n1. Unless you swipe really fast, it scrolls perfectly fine.\r\n2. Doesn't flicker for me.\r\n3. Images don't disappear, and I can move onto the next page. It stutters a bit only if I swipe really fast.\r\n\r\nI'm going to resolve as Needs More Info -- Andrey, can you clarify what browser(s) you tested this on? Like Bryan says, we don't support desktop browsers, so hopefully you tried it on mobile browsers.\r\n\r\nThanks.", "updateAuthor": { "name": "dsefton", "key": "dsefton", "displayName": "Daniel Sefton", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-05T04:45:46.000+0000", "updated": "2013-04-05T04:45:46.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }