Bug 189

Summary: Unexpected behaviour ID counter if I delete items.
Product: AnyMemo Reporter: Alexander <notanymore>
Component: AnyMemo Free / ProAssignee: Liberty <liberty>
Status: RESOLVED FIXED    
Severity: major    
Priority: ---    
Version: 7.2.x   
Hardware: Android Phone   
OS: Android   

Description Alexander 2011-03-12 15:25:01 EST
7.3.0:
Assume I have a base with items 1, 2, 3, 4, 5, 6, 7, 8, 9, 10.
In Preview/Edit I can check:
ID1 '1' ID2 '2' ...
If I delete '1' I see '3' (instead '2' as I expect). That's wrong.

If I press 'Delete' 5 times I expect I delete 1, 2, 3, 4, 5.
Instead that I have 1, 3, 5, 7, 9 to be deleted.

I suppose ID counter shouldnt be increased after I delete items.
Comment 1 Liberty 2011-03-12 15:38:30 EST
Fixed.
Comment 2 Alexander 2011-04-09 13:40:12 EDT
I confirm that.
Thanks.