Comment 3 for bug 1671121

Revision history for this message
Olivier Tilloy (osomon) wrote :

> 1) try to use the ListItem action to delete it

Deleting using the ListItem action doesn't trigger the issue.

> 2) try to use a different delegate to delete the item.

Deleting a different delegate from the action's onTriggered handler doesn't trigger the issue either.

So it looks like the problem has to do with using a popover in conjunction with deleting the caller? If I delay the removal of the item by one second (using a Timer), thus giving the popover time to be closed, then the issue is not triggered. Maybe the use of ListView.delayRemove would help?