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

Does not work in Ubuntu 14.04 Chrome Version 45.0.2454.93 (64-bit) #128

Open ignasg opened 9 years ago

ignasg commented 9 years ago

Does work in firefox though

CWSpear commented 9 years ago

What doesn't work? Any console errors? There shouldn't be these kind of discrepancies between platforms, and other similar issues have been environment issues, and not this plugin. Do you have any addons or other things that could be causing interference?

yuvilio commented 9 years ago

I can duplicate @ignasg on my Ubuntu (15.10 "Wily" in my case) as well on my code or the dropdowns in the demo.

The "What" is that hover triggering a dropdown to expand doesn't work on chrome, version 48.0.2547.0, in my case. The same markup has the hover triggering the dropdown expand just fine on Firefox (41.0.2 in my case) on the same Ubuntu machine. I don't see any errors logged in the console on either browser. I tried disabling all my extensions and restarting the browser. No difference still doesn't expand or show errors.

Maybe this is a google chrome on linux bug.