I am using the Q1 version of the telerik tools. After upgrading, I'm experiencing an issue with the modal view of the tooltip. It turns the entire screen solid gray, rather than a transparent gray. I'm also experiencing this problem with the RadEditor Image Manager. The tooltip displays fine in IE7.
Is there a fix for this? Is anyone else experiencing this problem?
Thanks.
| <telerik:RadToolTipManager runat="server" OnAjaxUpdate="RadToolTipManager_AjaxUpdate" ID="ttSigPreview" Width="630px" ShowEvent="OnClick" |
| ManualClose="true" Modal="true" Position="BottomCenter" OffsetX="-50" AutoCloseDelay="30000" Skin="Default" OnClientBeforeShow="checkSignature" |
| > |
| <TargetControls> |
| <telerik:ToolTipTargetControl TargetControlID="btnSigPreview" /> |
| </TargetControls> |
| </telerik:RadToolTipManager> |