When i open a modal dialog on my web page, the opened dialog does not
receive focus. I have tried with autoOpen but it is the same. If I
erase everything on the page and keep only document.ready and the
function...and in the form, erase all and keep just <form><br /></
form>, it works. Why is this happening ? There are no error in
javascript Console, nothing.
i have also seen that if I have an empty form <form></form> the focus
does not work. pretty weird.
thank you,