phylotastic / Pt_Mobile_Application

Mobile Application for Phylotastic Project
2 stars 0 forks source link

minor routing bug #44

Closed arlin closed 8 years ago

arlin commented 8 years ago

I found a minor routing bug. Do this:

  1. from Home, choose Capture ==> alert box "please select a list..."
  2. click OK to dismiss alert
  3. now, choose a list (which is the right thing to do) ==> same alert box
  4. now, choose a list ==> goes to list page
arlin commented 8 years ago

This same bug happens in the Capture view. Choose "Use this image" when the image is blank. App responds with alert. Now try to choose from photo library. App responds with alert. Try it again, app is OK now.

That is, there is some kind of "echo" effect here, by which the alert box is induced when a correct choice follows a wrong choice. right choice ==> no alert wrong choice ==> alert right choice ==> alert right choice again ==> no alert

thanhnh-infinity commented 8 years ago

I've got this bug. It will be fixed in next release

thanhnh-infinity commented 8 years ago

But is fixed

arlin commented 8 years ago

Good to hear! please move this ticket to "review" and i will review it.

arlin commented 8 years ago

I have tested this and the bug is gone. Thanks.