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

Bug: KendoTooltip removes the <title> from a page

4 Answers 135 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Diane
Top achievements
Rank 1
Diane asked on 02 May 2013, 09:47 PM
Not sure if this is the right place for this but I've noticed on my site and the kendo demo page for tooltip that when you hover over a tooltip item the <title> element of the page is cleared and usually, but not always, restored when you mouse out. I assume this is to do with the code that removes the tooltip elements title to prevent the browsers default tooltip. 

4 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 03 May 2013, 08:24 AM
Hi,

 Do you mean the title attribute? Because the Kendo ToolTip never touches the <title> element of the page. If you mean the title attribute - yes the ToolTip removes it otherwise the browser would display it when the user hovers the element with the mouse. When the tooltip is hidden it is supposed to restore the title attribute of the element. If you have discovered a case when this doesn't happen please let us know how to reproduce the same. It isn't the expected behavior and we would like to fix it.

Kind regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Vedran
Top achievements
Rank 1
commented on 27 Oct 2023, 02:39 PM

Is this issue fixed? Because I can still reproduce it. It happens when I hover over an element with a title attr and then hover over another element with a title attr really fast. So the time between the hover over the 2 elements itsreally small.

 

Thank you
Vedran

Martin
Telerik team
commented on 31 Oct 2023, 09:33 AM

Hello, Vedran,

Could you please let me know if the issue can be observed in this Dojo example and if yes, the steps to reproduce it? We will be happy to investigate once we are able to do so.

Vedran
Top achievements
Rank 1
commented on 02 Nov 2023, 09:24 AM

Hi Martin,

I can't seem to reproduce the error in the dojo example. I see it is using the latest version of kendo? We are currently on version 2021.2.616. Is it possible the bug will go away if we update our kendo to newer version?

Cheers
Vedran

Martin
Telerik team
commented on 06 Nov 2023, 07:26 AM

Hello, Vedran,

If the behaviour is indeed due to a bug in the version you are using and it has been fixed in a later one, updating your Kendo should resolve the issue.

0
Diane
Top achievements
Rank 1
answered on 03 May 2013, 01:23 PM
I mean it clears the inner html of the html title element in the head of the page. You can see this happen on your demo page. I even stated that I assume it is related to the code responsible for preventing the default browser tooltip. Did you read what I wrote? Sorry for being a bit abrasive but when someone takes the time to report a bug it would be nice if you spent 30 whole seconds trying to recreate it rather than assuming I don't know what I am talking about. You can even see this in action without even launching the dev tools by simply looking at the browser tab. It switches from displaying a title to the pages URL because that is the default behavior when no title is specified. Using chrome and ie to test this so far. 


<title>Your page title</title>


Hover an element with a kendoTooltip applied

<title></title>
0
Atanas Korchev
Telerik team
answered on 03 May 2013, 01:34 PM
Hello Diane,

 You are right. There is such an issue in the official release. We have already fixed it and the fix is available in the latest internal build. You can download it and give it a try.

Regards,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Diane
Top achievements
Rank 1
answered on 03 May 2013, 02:40 PM
Excellent, thanks very much.
Tags
ToolTip
Asked by
Diane
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Diane
Top achievements
Rank 1
Share this question
or