I’m using Filament Group’s customInput plugin.
It’s always worked fine in the past, but now with the inputs inside a jQuery UI dialog,
the inputs don’t respond to any click events.
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.
Buried deep down in the comments of the Filament Group article,
one commenter notes this same problem, and that he resolved it by
increasing the z-index of the inputs and labels to a z-index higher
than that of the jQuery UI dialog. The z-index of the jQuery UI dialog
appears to start at 1002.
Adjusting the z-index of the inputs and labels did indeed fix the problem for me.