Unplanned
Last Updated: 16 Feb 2024 20:44 by ADMIN
Created by: Jack
Comments: 2
Category: Tooltip
Type: Feature Request
2
Initializing tooltips on a container and filter is great, but we need a way to individualize some configuration options, especially positions.

Option 1: position = "auto"
if the target is close to the top, position is automatically set to bottom
if the target is close to the bottom, position is automatically set to top
if the target is close to the left, position is automatically set to right
if the target is close to the right, position is automatically set to left

Option2: position = function(tooltip, target) {}

This might be applicable to other properties.
Unplanned
Last Updated: 27 Feb 2020 16:18 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html

1. Click on Area 1 or Area 2 
2. Then:
a. click outside tooltip area
b. press "Esc"
c. scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not be closed

It would be great to configure tooltip hide behaviour whether to close or not on 2. a, b, c actions.
Duplicated
Last Updated: 27 Feb 2020 16:26 by ADMIN
Go here: http://demos.kendoui.com/web/tooltip/api.html


1. Click on Area 1 or Area 2
2. Scroll down the page

Current result: tooltip is closed

Expected result: tooltip should not close when the I scroll the scrollbar using either the mouse wheel or pointer.
Unplanned
Last Updated: 02 Feb 2021 17:01 by ADMIN
Created by: Evan
Comments: 2
Category: Tooltip
Type: Feature Request
2
I would like to update a single tooltip based on a user's input. I can currently do this but when the tooltip initially shows it has stale data in it. A property that would hold off on showing the tooltip until new data is added by a function would be nice and help prevent the user from ever seeing the stale data.
Completed
Last Updated: 21 Apr 2021 14:22 by ADMIN
Created by: sitefinitysteve
Comments: 7
Category: Tooltip
Type: Feature Request
19
Please allow us to set tooltip offsets, so I whatever value you calculate it to be shown at I can "push" it off further.

Also please append a class showing of the location of the tooltip (top, bottom, left, right) to help us style appropriatly.
1 2