elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Multiple SELECT LIST element on the same form #139

Open MarcCF opened 11 years ago

MarcCF commented 11 years ago

Hi,

I have several SELECT LIST elements on my form (one below the other). When I click on a SELECT LIST, it opens correctly. But, if I click on another one (without closing the first one), it opens but the first one remains open. So, at the end, I have two SELECT LIST opened.

If I make the same form without calling the idealforms js, I don't have this problem.

Do you have any idea ?

Thank you.

MarcCF commented 11 years ago

Hello again,

I have made some deeper analysis. In fact, the "blur" fonction of the initial SELECT LIST is not called everytime when the focus is set on a new SELECT LIST.

That's why sometimes it does not hide.