mdbootstrap / bootstrap-hover-dropdown

An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.
http://cameronspear.com/demos/bootstrap-hover-dropdown/
MIT License
1.26k stars 502 forks source link

Mouseover inputbox's remembered value will close the nav #147

Open chunket opened 8 years ago

chunket commented 8 years ago

I created a login form in the dropdown nav. When we remember and save the login credential in browser. Then, I mouseover to the nav, it show dropdown nav properly. However, when I click and select the inputbox's remembered value, the nav will close despite my mouse cursor is still within the dropdown nav. This happen in Firefox and Chrome. I put data-delay to make the nav close slowly and less obvious. Hope there is better solution for this issue. Thanks.