jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

Deleting annotations #25

Closed NathanRSmith closed 12 years ago

NathanRSmith commented 12 years ago

This may not exactly be a bug, but selecting several annotations, one after another then clicking delete deletes them all rather than just the last one selected.

If I select one or more annotations, then click any other mode, do some actions, then click delete selected it deletes all the previously selected ones regardless of whether I am in select mode when clicking delete.

If I select one or more annotations, then go to some other mode, do stuff, then come back to select and select more then click delete it deletes all the initially selected annotations as well as the more recently selected ones.

NathanRSmith commented 12 years ago

May come from around line 215 in bigboard_mobile.js (after pull request)

NathanRSmith commented 12 years ago

Found issue on line 421. Will be fixed in next pull request.