Workaround for Sugar Bug 83476(83301) Help Text / Tooltips are stuck (persist) on page

A bug is logged with sugar that tooltip gets stuck on page when you hover on an element on partially loaded page and navigates to other page.

I am looking for the workaround for this issue until its fix gets released for on-premise sugar that is expected to be in sugar 11.

Cause: Its most probably be due to element gets removed from dom but not hovered out.

Does anyone have suggestions for temporary fix for this issue.

I have one suggestion, to remove all tooltips from current page on url change of app by $('.tooltip').tooltip('hide');

I am using sugar ent 10.1.0.

Open for other suggestions.

Thanks.