Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2946] DashboardView breaks after stopEditing() while moving items

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-08-29T14:36:07.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterMartin Prebio
AssigneeNeeraj Gupta
Created2011-04-15T03:33:32.000+0000
Updated2017-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

FileDateSize
screen-shot-2011-01-26-at-162837.png2011-04-15T03:33:33.000+0000273142

Comments

  1. Junaid Younus 2012-08-29

    No test case provided, unable to reproduce, ticket marked as invalid.
  2. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source