billpull / knockout-bootstrap

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

Standard Popover methods do nothing #18

Open coryisakson opened 10 years ago

coryisakson commented 10 years ago

[element].popover('show') for example does not cause the popover to show.

I am able to work around this with: [element].trigger('click'), if click is the target value. If the trigger is 'manual' then I have to use [element].trigger('click').

It would be nice if the default popover methods worked with all trigger options.