{ "id": "93581", "key": "TIMOB-9674", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-05-01T22:32:13.000+0000", "created": "2012-06-20T16:29:03.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "linvalid" ], "versions": [ { "id": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" } ], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2018-04-04T23:20:25.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": "You can not click a view that is over top of an imageView when there is not backgroundColor set on the view in IE9\r\n\r\nh4. Steps to repro:\r\nStep 1: run the code below in ie9\r\nStep 2: click on the image and notice that the singletap event is not fired unless you click to the side of the image on the view (if you run it in another browser like chrome you will be able to click directly on the image and the singletap event will fire).\r\n\r\n{code:js}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\nwin.open();\r\n\r\nvar iv = Ti.UI.createImageView({\r\n\theight: 300,\r\n\twidth: 300,\r\n\tbackgroundColor: '#666',\r\n\timage: \"http://outskirtsbattledome.wikispaces.com/file/view/Bender.jpg/125149777/Bender.jpg\",\r\n\tzIndex: 5\r\n});\r\n\r\nvar view = Ti.UI.createView({\r\n\t// Workaround\r\n\t// backgroundColor: '#000',\r\n\t// opacity: 0,\r\n\tzIndex: 10\r\n});\r\nview.addEventListener('singletap', function(){\r\n\tTi.API.info('########### singletap');\r\n});\r\n\r\nwin.add(iv);\r\nwin.add(view);\r\n{code}\r\n\r\nh4. Workaround:\r\nSet the backgroundColor and set the view opacity to zero", "attachment": [], "flagged": false, "summary": "MobileWeb: view - can not click a view that is over top of an imageView when there is not backgroundColor set on the view in IE9", "creator": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK v2.1.0.v20120619190257\r\nIE9, works fine on Safari and Chrome", "comment": { "comments": [ { "id": "418495", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving ticket as \"Won't Fix\" as MobileWeb is no longer supported.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-05-01T22:32:13.000+0000", "updated": "2017-05-01T22:32:13.000+0000" }, { "id": "436363", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as will not fix.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-04-04T23:20:25.000+0000", "updated": "2018-04-04T23:20:25.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }