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 503 forks source link

not working with Firefox 40.0 #126

Open nikudale opened 9 years ago

nikudale commented 9 years ago

Hi, it was working with old FF browser but with FF 40, its not working

transbetty commented 9 years ago

Same issue, FF40.0.3 on Win.

Nothing happens on hover / click.

CWSpear commented 9 years ago

Does anyone know what might have changed in Firefox to cause this?

transbetty commented 9 years ago

I found the issue. JS was turned off (by default?).

Have to admit it was portable version updated. Still weird though why it switched off by itself.

CWSpear commented 9 years ago

So at least for @transbetty, it's a nonissue? @nikudale is this the same issue you're having?

nikudale commented 9 years ago

its enabled = true for me. still same issue with me

transbetty commented 9 years ago

@nikudale have you tried anonymous mode (disabled addons) ? Poorly written addons can be the cause as well.

rlneumiller commented 9 years ago

Works fine for me on 40.0.3

nikudale commented 9 years ago

I have uinstall and install new FF 40.0.3, still issue exist...anything i need to do on new FF installation. tried demo site but same result (not working)

transbetty commented 9 years ago

@nikudale try a similar script http://kybarg.github.io/bootstrap-dropdown-hover/index.html

Does it work there? If not, it's definatelly your computer - something is blocking the JS execution and/or CSS rendering in my opinion.

nikudale commented 9 years ago

@transbetty: i tried you mentioned and its working but its seem popup come somewhere top and little different what we have with this script. I hope this script also work in FF. Thanks for your reply.