Chrome link status bar gets stuck using tabs
Hi all,
We use the wonderful JQueryUI tabs on our webapp and found an issue which only appears in Chrome after we moved to a recent version of JQueryUI.
Essentially - Chrome's lower status bar shows after you click on a tab and move your mouse around the tab content. Other browsers show the link only when the mouse is hovering over the tab. Our webapp has its own status bar which is obscured by Chromes status bar.
I understand this happens because the anchor element of the tab is focused... but how would I blur this without breaking tabs functionality?
Cheers,
Wilson.