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

Tooltip not showing, after upgrade

1 Answer 101 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
FlexLearn
Top achievements
Rank 1
FlexLearn asked on 13 May 2016, 01:53 PM

Hello, 

we have purchase the devcraft Q3 2014 (complete) and i am using it for .netWebForms. 

After upgrading the ui through Visual Studio 13, to Q2 2015, tooltip stop working fro Greek Language,. even for a siple page:

 

<asp:LinkButton ID="LinkButton1" runat="server">press here!</asp:LinkButton>
<telerik:RadToolTip ID="RadToolTip1" runat="server" Text="Greek Text here" TargetControlID="LinkButton1"></telerik:RadToolTip>

(Greek text example = "Τέστ")

If i change the text to eng chars, the tooltip works perfect.

Our license subscription is over now.

Please inform me, if there is any bug?

I try in both website and web application. I create new site/project

I also try to update the bin folder in my projects, with the fresh telerik dlls, but without Luck.

*I have big problem in my projects, cause  i use your bootstrap skin. If i ll go back to v2014, tooltip is working but i get errors because the skin doesnt exhist.

1 Answer, 1 is accepted

Sort by
0
Joana
Telerik team
answered on 14 May 2016, 08:08 AM
Hi George,

I could confirm that there was such issue with this version of Telerik UI for ASP.NET AJAX. It was immediately fixed and the issue should not exist in the latest version(Q2 2016). Bootstrap skin was also improved since Q2 2015. As a workaround for the issue with the tooltip, you could use the following code:

<script type="text/javascript">
    Telerik.Web.UI.RadToolTip.prototype.isEmpty = function () {
        var element = this.get_contentElement();
        return element.innerHTML.match(/[^\s]/) === null && element.children.length === 0;
    }   
</script>


Regards,
Joana
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
ToolTip
Asked by
FlexLearn
Top achievements
Rank 1
Answers by
Joana
Telerik team
Share this question
or