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

This Version Did Not Work For Me #129

Closed SolStis86 closed 8 years ago

SolStis86 commented 8 years ago

Im not sure if theres some deeper issues with bootstrap core js but this version didnt work... The new version you posted did however so Ive used that and it works great...

I added some additional

$(current).find('.dropdown-menu').fadeIn('fast');

$(current).find('.dropdown-menu').fadeOut('fast');

Within the mouseenter and leave event handlers for fading in and out.. looks and works great so thanks!

CWSpear commented 8 years ago

I'm not sure what you're talking about? What version didn't work? What version did?

SolStis86 commented 8 years ago

OH sorry it was the revised version posted by redavis in this issue: https://github.com/CWSpear/bootstrap-hover-dropdown/issues/111!

http://mediaflydesign.com/plugins/bs-hover.revised.js

The one from this repo didnt work at all for some reason....

CWSpear commented 8 years ago

What do you mean by "didn't work?"

What browser (and version) and OS (and version)?

CWSpear commented 8 years ago

What version of Bootstrap are you using?

SolStis86 commented 8 years ago

3.3.5 latest

CWSpear commented 8 years ago

What do you mean by "didn't work?"

What browser (and version) and OS (and version)?

SolStis86 commented 8 years ago

The menu didnt appear on hover basically... i'd added the data-hover attribute as instructed and included the code as instructed....

CHrome Version 45.0.2454.93 m W10

SolStis86 commented 8 years ago

ive emailed you a working example of the code

CWSpear commented 8 years ago

I'd like to see the version that wasn't working, if possible.

SolStis86 commented 8 years ago

ill swap out the include, bear with

SolStis86 commented 8 years ago

k live

CWSpear commented 8 years ago

Hmm... strange, it's working for me (it's the same as the other one, but no fade).

I'm on a Mac (10.10.5), tho, Chrome version 45.0.2454.99.

SolStis86 commented 8 years ago

The demo here: http://cameronspear.com/demos/bootstrap-hover-dropdown/ isnt working on mine either... odd...

SolStis86 commented 8 years ago

does the fade version work on yours?

CWSpear commented 8 years ago

Yes

SolStis86 commented 8 years ago

Fk knows... theres no console errors showing at all

CWSpear commented 8 years ago

I just tried on my PC which is also running Windows 10. It's the same version of Chrome as my Mac (except the m at the end). My demo page works there.

Do you have any of that touch-enabled/tablet stuff active?

SolStis86 commented 8 years ago

Yes i think thats the Issue... i just commented out the code for the ontouchenabled check and it worked... I have touchscreen laptop...

SolStis86 commented 8 years ago

Emailed u version with fade func built in

CWSpear commented 8 years ago

Ok, that officially makes this issue a duplicate of https://github.com/CWSpear/bootstrap-hover-dropdown/issues/68.

SolStis86 commented 8 years ago

sorry lol