This is a migrated thread and some comments may be shown as answers.

Missing Arrow in tooltip

7 Answers 75 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 27 May 2008, 02:16 PM
Since Q1 2008 or the follwing bug fix tooltip no more shows an arrow. I find the property "ShowCallout", but it is set to True. What is the probllem here?

7 Answers, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 27 May 2008, 04:31 PM
Hello Markus,

There was such a problem with previous versions of RadToolTip but we fixed it as you can test in this online demo.

Would you please upgrade to the last version of RadControls for ASP.NEt AJAX (2008.1 515) and test your project again?

In case you still experience problems, please provide more detailed information about the used skin and your settings.

Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Markus
Top achievements
Rank 1
answered on 28 May 2008, 06:43 AM
It still exist with Version 515, here is the code I use:
This as ASPX code I use:
    <telerik:RadToolTipManager ID="rttMain" runat="server" Animation="None" ContentScrolling="Auto" Position="BottomRight" RelativeTo="Element" ShowEvent="OnMouseOver" Skin="Office2007" AutoCloseDelay="1000" Height="260px" ShowDelay="500" ShowCallout="true" Sticky="True" OnClientBeforeShow="TooltipOnClientBeforeShow">  
        <TargetControls> 
            <telerik:ToolTipTargetControl IsClientID="False" TargetControlID="imgInfoShiftNo" Value="" /> 
            <telerik:ToolTipTargetControl IsClientID="False" TargetControlID="imgInfoWagePersNo" Value="" /> 
            <telerik:ToolTipTargetControl IsClientID="False" TargetControlID="imgInfoWageShiftNo" Value="" /> 
        </TargetControls> 
    </telerik:RadToolTipManager> 
 

Her is the code of OnClientBeforeShow:
    function TooltipOnClientBeforeShow(sender, eventArgs)  
    {  
        sender._popupBehavior.set_keepInScreenBounds(false)  
    }  
 
0
Svetlina Anati
Telerik team
answered on 28 May 2008, 03:18 PM
Hello Markus,

Thank you for reporting this problem, I was able to reproduce it. The callout is working as expected with all other skins except for the Office2007 one.

I suggest to add the following CSS in your page's head:

.ToolTipCallout.BottomRight  
{  
    displayblock !important;  
}  
 


All the best,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Markus
Top achievements
Rank 1
answered on 29 May 2008, 06:39 AM
Hello Svetlina,

thanks for hint, but it is not working.

Regards Markus
0
Svetlina Anati
Telerik team
answered on 29 May 2008, 07:50 AM
Hi Markus,

Please, accept my sincere apologies for my mistake - the correct CSS you should use is the following one:

  .visiblecallout .ToolTipCallout     
    {     
    displayblock !important;     
    }    

For your convenience I am attaching my testing project.

Regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Markus
Top achievements
Rank 1
answered on 29 May 2008, 08:58 AM
Hello Svetlina,

The small mistake is no problem, no it is working. Thanks! But Ithink this is just a workarround and the real problem is solved in the next release?

Regards Markus
0
Tervel
Telerik team
answered on 29 May 2008, 10:58 AM
Hello Markus,

Yes, it will be solved in the next official Telerik.Web.UI update.

Kind regards,
Tervel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Markus
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Markus
Top achievements
Rank 1
Tervel
Telerik team
Share this question
or