lijian8 / tamt

Automatically exported from code.google.com/p/tamt
0 stars 0 forks source link

Unchecking tag checked for deletion deletes it anyway #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In tags, click Select All
2. All tags are selected
3. Uncheck a tag
4. Click delete, OK

What is the expected output? What do you see instead?

Expect that unchecked tag is NOT deleted.
Instead, all tags are deleted

We use an array to keep track of checked/unchecked tags selected by Select All 
or Select None, but do not remove a tag from the delete list if it is selected 
by itself.

This problem might also be happening in other UI lists

Original issue reported on code.google.com by stuartmo...@gmail.com on 19 Aug 2010 at 5:19

GoogleCodeExporter commented 9 years ago
Happens for other entities as well (regions, tags, zones, roads, gps traces). 
Needs to be fixed for all entities

Original comment by stuartmo...@gmail.com on 23 Aug 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Fixed: 
http://code.google.com/p/tamt/source/detail?r=5840c1e092ce2b38923fa03afef10cf1d7
33ae5e#

Original comment by stuartmo...@gmail.com on 23 Aug 2010 at 4:08