mizzao / meteor-bootstrap-3

Bootstrap 3 package for meteor
37 stars 10 forks source link

Add weak dependency on jqueryui so it loads before this so their tooltips wont conflict #9

Open andylash opened 9 years ago

andylash commented 9 years ago

Right now I'm using both and the load order matters. To still have bootstrap tooltips working, it needs to load after jqueryui.

mizzao commented 9 years ago

https://github.com/twbs/bootstrap/issues/6303 does not seem to say that loading jQuery UI first will fix the problem - can you point to a more specific reference? Then I'd be happy to merge this in.

Popovers work just fine for me right now when also using jQuery UI, and that uses tooltip, right?