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

Tooltip Position Incorrect When Scrolled Down Page

2 Answers 866 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 15 Aug 2019, 06:22 PM

Hello,

I noticed a bug with your Tooltip that I haven't been able to find a solution for in your forums.  When using your tooltip, when I'm scrolled up to the very top of the page and mouse over the button with the tooltip, it displays perfectly fine.  However, when I scroll further down the page and then mouse over the button with the tooltip, the tooltip's position gets pushed down.  It seems to remain static where it is, and doesn't update based on where the element is that it's targeting.  I've attached a couple screenshots to show what I mean by this, and the arrows in each screenshot show what element I'm hovering over to display the tooltip.  The tooltip just displays in the wrong position if I scroll a little bit down the page.  If anyone can help me with the solution to this, please let me know.  Here's my code for the tooltip below:

@(Html.Kendo().Tooltip()
 .For("#denyCredit")
 .Position(TooltipPosition.Bottom)
 .Content("Denied Credit - Follow Up with Vendor using Interrogation Report"))

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 16 Aug 2019, 01:35 PM
Nevermind, turns out I just needed jQuery 3.0 on my machine to fix the issue.  Definitely needs to be documentation on this if there isn't already.
0
Petar
Telerik team
answered on 20 Aug 2019, 03:42 PM
Hi Jason,

Good to hear you've managed to resolve the issue! 

The reported scenario is a known one and it is documented in this Incorrect Drop-Down Position with jQuery 2 article from our documentation. I can agree with you that it could be hard to find it and we will consider your feedback to point this jQuery bug and its fixture on a page which is more easily findable. 

Regards,
Petar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ToolTip
Asked by
Jason
Top achievements
Rank 1
Answers by
Jason
Top achievements
Rank 1
Petar
Telerik team
Share this question
or