{ "id": "61713", "key": "TIMOB-1081", "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": "5", "description": "All attempts at reproducing this issue failed, or not enough information was available to reproduce the issue. Reading the code produces no clues as to why this behavior would occur. If more information appears later, please reopen the issue.", "name": "Cannot Reproduce" }, "resolutiondate": "2017-06-22T22:13:43.000+0000", "created": "2011-04-15T02:43:30.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "api" ], "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": "2017-06-22T22:13:43.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": "{html}
I'm opening a modal window via\r\nTi.UI.iPhone.MODAL_TRANSITION_STYLE_PARTIAL_CURL. Really cool\r\neffect but when the user clicks on the curled up window, the modal\r\nwindow closes without firing anything. Is there a way to display\r\nthis click or atleast fire \"close\" or \"blur\" when the user clicks\r\nout? It's really frustrating because i would like the user to not\r\nable to exit out without going thru the selection on the\r\nscreen.
By clicking out, I meant clicking on the old window that is\ncurled up.
we should be getting both blur and close in this case. marking\nas bug