When entering a value in Input Box then clicking on Select List (FF and Chrome), will get the focus on the select list not the Modal Dialog.
This does not happen in IE.
Any suggestions on how to prevent this behavior in FF and Chrome?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like a browser peculiarity but I came up with a solution (kludge really) for you:
Jquery:
http://jsfiddle.net/r66tR/5/
Add, workaround that (sort of) works for Chrome:
http://jsfiddle.net/r66tR/7/