[TIMOB-2946] DashboardView breaks after stopEditing() while moving items
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2012-08-29T14:36:07.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Martin Prebio |
| Assignee | Neeraj Gupta |
| Created | 2011-04-15T03:33:32.000+0000 |
| Updated | 2017-03-09T22:55:55.000+0000 |
Description
I have a DashboardView with some DashboardItems. I would like to
prevent moving the items. I tried to add an eventListener:
dashboard.addEventListener('edit', function(e){
e.source.stopEditing();
});
This code leaves the Dashboard in an inconsistent state (see
attachment).
I'm using Apple SDK 4.2 with Titanium SDK 1.5.1.
Attachments
| File | Date | Size |
|---|---|---|
| screen-shot-2011-01-26-at-162837.png | 2011-04-15T03:33:33.000+0000 | 273142 |
No test case provided, unable to reproduce, ticket marked as invalid.
Closing ticket as invalid.