openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
282 stars 693 forks source link

LogOut is highlighted after cancellation. #1014

Closed shiv07tiwari closed 5 years ago

shiv07tiwari commented 5 years ago

Summary:

LogOut is highlighted after cancellation.

Steps to reproduce:

Click on Logout -> click somewhere outside the dialog box.

Expected behaviour:

Home should be highlighted.

Observed behaviour:

LogOut is highlighted.

shiv07tiwari commented 5 years ago

@luckyman20 I want to fix this.

shiv07tiwari commented 5 years ago

@miPlodder @therajanmaurya To fix this, we have 2 options :

  1. Disable the dialog box to close if clicked outside the box.
  2. Override the ontouch event for dialog box. Which should I apply ?
shiv07tiwari commented 5 years ago

videotogif_2019 02 18_13 05 52 @luckyman20 Added GIF. In first try, the cancel button is pressed, which perfectly highlights the home. In second try, area outside the dialog box is clicked, in which logout is highlighted.

luckyman20 commented 5 years ago

Do not allow the user to click outside the dialog box.