You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we would like to achieve is a custom tooltip when the user hovers over the gray striped area of a time range.
Can you give us a hint how to do this?"
The text was updated successfully, but these errors were encountered:
The @extends tag is incorrect. This feature does not extend the Scheduler's version because it works in a totally different way.
The APIs should converge though, so we need to decide whether we simply add the hoverTooltip config and apply that config object to a singleton tooltip instance. Or whether we add a more standard tooltip config, and fix up the Scheduler's version to use tooltip and deprecate its config.
That also leaves the tooltip showing gesture open for configuration. Adding "hover" is a large assumption. Those were made back in the Scheduler days (eg createOnDblClick). Perhaps that API change was not checked through the api-committee by the individual developer.
Forum post
User provided a demo with the issue - https://codepen.io/Elshad-Seyidmammadov/pen/KwKGzLW?editors=0010
"Hello,
it looks like HoverTooltip is not working on TimeRanges in the calendar as described in the documentation here: Calendar.feature.TimeRanges#config-hoverTooltip
In the following example we added
to the timeRanges configuration but it does not seem to show up on any TimeRange related part in the UI, neither on the header or the gray striped background area. https://codepen.io/Elshad-Seyidmammadov/pen/KwKGzLW?editors=0010
Is that a bug?
What we would like to achieve is a custom tooltip when the user hovers over the gray striped area of a time range.
Can you give us a hint how to do this?"
The text was updated successfully, but these errors were encountered: