Hi Mr Ray,
Thanks for getting back to me.
I am loading an entire separate url - using angular.js routing not sure if
that would be an issue?
Only happens periodically, but can be reliably reproduced by
1. Hovering over the element that has the popover
2. Using the tab key to tab to a link on the page (mouse stays over element
with popover)
3. Load up the new page
4. Popover persists on new page
On Tuesday, December 11, 2012 5:02:15 PM UTC, MrRay wrote:
>
> Hi Sean, are you actually loading a new page, or showing/hiding a section
> on the same page? For example, if you are using tabs with a popover (or
> tooltip) in the content of one of the tabs, when you click on a separate
> tab the popover (or tooltip) will not automatically go away. However, if
> you are navigating to an entirely different page and the popover is still
> there, that would indeed be very odd.
>
> On Sunday, December 9, 2012 9:20:23 AM UTC-8, sean deb wrote:
>>
>> Hi there,
>>
>> Wondering if anybody can provide advice on the following.
>>
>> I am experiencing a situation whereby TB popovers and tooltips do not
>> disappear while moving between pages.
>>
>> Example
>> Hover over a element that contains a popover - popover shows
>> Use the tab button to navigate to a link on the page and the hit enter
>> The popover from the previous page persists on the new page.
>>
>> As a hack at the moment I'm running a $('.tooltip').hide() and
>> $('.popover').hide();
>> before each page loads.
>>
>> This is just a hack though as the popovers are still there just hidden
>> now.
>>
>> My question is can anyone suggest a method for closing popovers/tooltips
>> when a page closes.
>>
>> Thanks very much
>>
>>
>>
>>
>>