EasyUI Forum

General Category => General Discussion => Topic started by: Rakesh on December 09, 2016, 03:20:10 AM



Title: Form loosing Focus when Alert messenger appear
Post by: Rakesh on December 09, 2016, 03:20:10 AM
Hello,

The cursor present in the form field disappears when an $.messager.alert appears.
How to get back the focus to the last input field ?

Please help me out as i am handling complex form with lots of input fields and the user cant use mouse often.


Thanks in advance


Title: Re: Form loosing Focus when Alert messenger appear
Post by: jarry on December 10, 2016, 05:38:13 AM
You should remember the last inputing box when lose focus, and then set focus to it after close the alert dialog. Another way to solve this issue is to call $.messager.show instead of $.messager.alert.