Bootstrap Tooltip not closing on Page Scroll in IE8-11
Created by: aamirshahzad
I am facing this issue in IE-11.
- Hover a label(etc) with tool tip enabled
- Now scroll the page without moving the mouse/pointer (e.g. using the mouse scrollwheel or up/down arrow keys on the keyboard).
- Notice: Tool tip doesn't closes (IE-11).
I have I having all labels with tool tips while I scroll down and reach the second label with tool tip it still shows previous label tool tip instead of new. The issue is minor but I am working on it to fix any one has previously fixed this issue? Its working fine in Firefox, Chrome and other common browsers.
Issue can be observed on bootstrap website as well. http://getbootstrap.com/javascript/#tooltips
I have posted it on stack overflow as well. http://stackoverflow.com/questions/24881513/bootstrap-tool-tip-not-closing-on-page-scroll-in-ie-11