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

Tooltip carat not working

1 Answer 138 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Tiffany
Top achievements
Rank 1
Tiffany asked on 07 Oct 2014, 08:37 PM
Hi there,

I'm trying to implement the basic tooltip from Kendo UI. The tooltip works perfectly when you load the page and hover over an item for the first time. However, the carat does not show up on all consecutive hovers if your mouse is not in a specific spot - even if your mouse is still on top of the hover item.

What's causing this?

<!DOCTYPE html>
<html>
<head>
    <style>html { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }</style>
    <title>Tooltip not working</title>
</head>
<body>
    <label class="control-label" for="experience">Tooltip</label>
   
    <p class="tooltipItems">
      <a href="" title="test tooltip">Hover over me</a>
      <a href="" title="test tooltip">Me too!</a>
    </p>
   
  <p class="tooltipItems">
      <a href="" title="test tooltip">Me too!</a>
    </p>
   
  <script>
    var tooltip = $(".tooltipItems").kendoTooltip({
      filter: "a",
      position: "top"
    }).data("kendoTooltip");
  </script>
 
 
</body>
</html>

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 09 Oct 2014, 10:08 AM
Hello Tiffany,

I was not able to reproduce the issue, please see the following screencast and let me know if I missed something:

http://www.screencast.com/t/G4xgfuHlq

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ToolTip
Asked by
Tiffany
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or