| Issue 1965: | popover tooltip getting 'stick' | |
| 1 person starred this issue and may be notified of changes. | Back to list |
hi there
i am using the following code in fullcal, to generate the pop-over tooltips for event info.
eventRender: function(event, element) {
element.popover({
title: event.title,
placement: 'right',
content: event.description,
});
}
the problem is that often, the tooltip, will get stuck - where it should be closing itself, after hover-off the event, but it doesnt - it just stays open, and wont close. seems to be intermittent.
anyone have this?
thanks
Aug 25, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |