Rank: Newbie Groups: Member
Joined: 9/25/2007 Posts: 8
|
Hi,
We have a form that let people fill some information.
The form has a javascript validate function to verify the data that users fill, for example that an e-mail is valid.
If the form is not valid, we show a modal eo:dialog.
Since we use the version 5.0.51.2, when the dialog is closed, the form lost the tab index order, and if the user has to correct some data on the form, he must move betwen textboxes by mouse!
We do a lot of test about what happening with this, we found that if we show a modalless dialog (dialog.show(false)), and then close the dialog, it works fine!
If we use the traditional javascript alert, it works fine!
This "lost" of tab index order only occur when we call dialog.show(true) or dialog.show()
Could you give me some help with this?
Thanks!
Julieta.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
I believe this issue has been fixed in our latest build. So you might want to download that from our download page and give it a try.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 9/25/2007 Posts: 8
|
Yep! Thanks!
The new version solve our problem!
Julieta.
|