[ALOY-1344] App crash on controller.close when the searchBar has focus
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Not Our Bug |
Resolution Date | 2016-02-10T00:28:24.000+0000 |
Affected Version/s | alloy 1.7.30 |
Fix Version/s | n/a |
Components | n/a |
Labels | supportTeam |
Reporter | dbenhenni |
Assignee | Feon Sua Xin Miao |
Created | 2015-12-17T07:29:11.000+0000 |
Updated | 2016-02-10T00:28:24.000+0000 |
Description
Steps to Reproduce
create a window with a 'close'-Button a simple action: $.getView().close(); after that create a simple listView (I used Alloy) with a searchbar. When you run this on iPad and your searchView has focus and you click now (with the focussed searchbar) the close-Button. The app crashes without giving any errorMessage in the console.Actual Result
when I'm focussing the SearchBar of my ListView and click on my 'close-Button' (including the following code: $.getView().close();) the app crashes without any errorMessage in the console.Expected Result
The controller should be closed. The app should shut down.Attachments
File | Date | Size |
---|---|---|
.log | 2015-12-17T07:29:12.000+0000 | 6484747 |
demoapp.zip | 2015-12-17T07:29:12.000+0000 | 1261 |
diagnostic7426290897126324166.log | 2015-12-17T07:29:12.000+0000 | 101014 |