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

BUG: Tooltip broken in newest version

1 Answer 39 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 28 Jan 2015, 10:24 AM
We're using a RadToolTip.

The Tooltip is broken since the 2014.3.x build, it will only show on the first item. The rest of the items is just a "title" attribute without html rendering.

  <telerik:RadToolTip ID="rttGroepen" runat="server" TargetControlID="pnl" RelativeTo="Element" Text='<%# Eval("Omschrijving").ToString()  %>'
                    RenderInPageRoot="true" EnableShadow="false" AutoCloseDelay="0" CssClass="tooltip"
                    EnableAjaxSkinRendering="False" EnableEmbeddedBaseStylesheet="True" EnableEmbeddedSkins="False"
                    VisibleOnPageLoad="False" ViewStateMode="Disabled" ShowDelay="0" Overlay="True"
                    Position="TopCenter" HideDelay="2500">
                </telerik:RadToolTip>


What's the work-around for this, and does this get fixed in the next build?

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 28 Jan 2015, 11:11 AM

Hello Frank,

Can you show us a scenario where this breaks? Assuming the Text property of the tooltip is set and it is not an empty string, you should not get the title attribute of the target: http://www.telerik.com/help/aspnet-ajax/tooltip-content.html.

Here is the code I tried with the Q3 2014 SP1 version and it seemed to work fine for me:

<asp:Button ID="pnl" Text="test" runat="server" ToolTip="some tooltip" />
<telerik:RadToolTip ID="rttGroepen" runat="server" TargetControlID="pnl" RelativeTo="Element" Text='lorem ipsum'
    RenderInPageRoot="true" EnableShadow="false" AutoCloseDelay="0" CssClass="tooltip"
    EnableAjaxSkinRendering="False" EnableEmbeddedBaseStylesheet="True" ___EnableEmbeddedSkins="False"
    VisibleOnPageLoad="False" ViewStateMode="Disabled" ShowDelay="0" Overlay="True"
    Position="TopCenter" HideDelay="2500">
</telerik:RadToolTip>

I am also attaching a short video that demonstrates the expected behaviour.

Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Frank
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or