Declined
Last Updated: 27 Feb 2020 16:30 by ADMIN
Created by: Anthony
Comments: 1
Category: Tooltip
Type: Feature Request
2
I would like to have more powerful tooltips 


- Prevent the opening of a tooltip via the show event and preventDefault (or similar)

- Prevent the closing of a tooltip via the close event and preventDefault (or similar)

- Have tooltips which can have their autoHide option determined by whatever they are hovering over, hence half the page could use 'hover' tooltips but more complex tooltips on the same page could use a close button. Could possibly accomplish this via the previous point

In general on this last point, you typically have a single tooltip widget on the page attached to the body, you may want more than one style

- Within the show event have access to the element on the page that the tooltip is above, (if there is already access I couldn't see it)
Declined
Last Updated: 16 Dec 2025 11:59 by ADMIN

Bug report

The Tooltip component is visualized at the upper left corner of the browser's window when opened in Safari.

  • The issue is not reproducing with jQuery 1.xx and 2.x.x

Reproduction of the problem

  1. Open this Dojo in Safari browser
  2. Hover the bars in the BarChart

Current behavior

The Tooltip is visualized in the upper left corner of the browser's window

Expected/desired behavior

The Tooltip should be visualized on the top of each bar of the chart that is hovered.

  • The expected behavior could be observed when the above Dojo is opened in Chrom

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: 3.x.x
  • Browser: [Safari 11.1.2 ]
Declined
Last Updated: 22 Jan 2020 09:43 by ADMIN
Created by: Joe
Comments: 0
Category: Tooltip
Type: Feature Request
1
Do not hide the tooltip if false is returned from an options.hide function.

Use Case: I need to show tooltips on the chart and keep them open onSeriesClick.
This is so they will appear on the PDF when generated giving better readability to the PDF.
I see that by design autoHide=false still hides tooltips on mouse click - but at least let the developer have a pure control over hiding it via the hide method return.
Declined
Last Updated: 27 Feb 2020 16:33 by ADMIN
Created by: Doug
Comments: 1
Category: Tooltip
Type: Feature Request
1
The contentTemplate will be usable in MVVM bindings that points to an css id tag element in order to pull the Tooltip's contents.
Declined
Last Updated: 04 Mar 2021 12:31 by ADMIN
Tooltip does not hide as expected when another Tooltip is opened in Map.

Setting
    marker: {
            tooltip: {
                 autoHide: false,
            }
    }