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

Acceptance Tests #109

Open CWSpear opened 9 years ago

CWSpear commented 9 years ago

As part of #69, in addition to some tests with Karma, etc, we really need some solid Acceptance Tests to handle cross browser quirks.

Specifically, the issue(s) plaguing us:

CWSpear commented 9 years ago

I have a BrowerStack account that we can use for testing.

CWSpear commented 9 years ago

I'm not 100% sure, but Pointer Events (à la jQuery's PEP) may help. All major browsers except Safari have recently committed to implementing this natively (i.e. see this thread).

(Note, this is not the same thing as pointer-events: none; (well, actually, I think they may be related, but it's much more than just that). See the PEP thing for more, but it's a series of events that should better handle issues with click vs touch.)