ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Doesn't play well with Bootstrap tabs #9

Closed jssuttles closed 8 years ago

jssuttles commented 8 years ago

Hey, tried using this picker with bootstrap tabs. It caused the tabs to not function anymore.

oshihirii commented 8 years ago

I'm currently troubleshooting a bug where wickedpicker prevents on click events from occurring on nearby elements.

I am wondering if wickedpicker is possibly being placed somehow above other div's, preventing the click event from registering?

<div class="wickedpicker" style="position: absolute; top: 274.8px; display: none; left: 729px;">

Unable to provide demonstration as it's a complex implementation.

ericjgagnon commented 8 years ago

I know this is a late response, but I have just recently tried it with Bootstrap v3.3.6 and I couldn't find any issues relating to tabs or click events on nearby elements. If you can tell me which version of Bootstrap you are using, I can try it out.