billpull / knockout-bootstrap

A plugin that adds custom bindings for twitter bootstrap objects such as tooltips and popovers.
233 stars 69 forks source link

Popover hover trigger doesn't seem to be working #2

Closed henry74 closed 11 years ago

henry74 commented 11 years ago

I've set the trigger to 'hover' for a popover but it still seems to register on on the click event only.

henry74 commented 11 years ago

I've changed the trigger to focus as well and it still only registers on click.

billpull commented 11 years ago

Ok thanks will look into this please provide any console error information if there is any.

henry74 commented 11 years ago

No javascript console errors, but I had it bound to an "a" link tag and it also blanked out all span content inside the tag.

billpull commented 11 years ago

Try the latest version I made this fiddle with the v0.2.1 have not done any cross browser testing so let me know if it doesnt work in your browser http://jsfiddle.net/billpull/FrMS6/5/