Ok I have a tooltip set to load in $document.ready...and it pops up above an element at the top of the page. It has a 10 second delay to close (this works great)...and if I scroll down while its showing it all scrolls out of the viewable area fine.
However if I reload the page 1/2 way down the thing pops up at the top of the window even though the element it's supposed to be relative to is no where in the visible area...
Bug? If not how do I fix this
However if I reload the page 1/2 way down the thing pops up at the top of the window even though the element it's supposed to be relative to is no where in the visible area...
Bug? If not how do I fix this
<telerik:RadToolTip ID="guyToolTip" runat="server" Skin="Sitefinity" OffsetY="-10" AutoCloseDelay="5000" HideDelay="5000" TargetControlID="logoGuyPanel" Position="TopRight" RelativeTo="Element" ShowEvent="OnMouseOver" /> |