bootstrapx-clickover icon indicating copy to clipboard operation
bootstrapx-clickover copied to clipboard

onShown and shown trigger is being fired many times when clicking on same popover element

Open basejump opened this issue 11 years ago • 1 comments

in clickery if you add a console.log as in below you can see that it appears to be called once for each time the popover anchor was clicked. once you click on another popoever element it resets itself

// provide callback hooks for post shown event typeof this.options.onShown == 'function' && this.options.onShown.call(this); console.log('click over triggering shown'); this.$element.trigger('shown');

basejump avatar Feb 28 '13 17:02 basejump

Also having this issue. Is there any known fix?

MiikaL avatar Sep 18 '13 09:09 MiikaL