Premium support for our pure JavaScript UI components


Post by hhughesff »

Hi there,

We have recently discovered an issue in our bryntum components where a tooltip containing the contents of an element appear when the contents of that element have been cut off. For example, if a series of resources do not fit into a grid cell a tooltip will appear on hover displaying them. This is problematic because we have our own custom tooltips that display which are now being covered by these bryntum ones. This is across our grids, schedular and kanban. We have looked in the docs for ways to turn this off but cannot find any. The only references to tooltips that we can find are for the tooltips that we want and have implemented ourselves like the scheduleTooltip and eventTooltip. We can't find any reference to these other tooltips. The closest thing to them are the cellTooltips but we already have these disabled and they are not the same thing.

We are using bryntum version: 5.3.5

Do you know if there is a way to turn these off/ disable them?

Screenshot 2023-05-16 at 15.17.53.png
Screenshot 2023-05-16 at 15.17.53.png (51.99 KiB) Viewed 268 times
Screenshot 2023-05-16 at 12.01.08.png
Screenshot 2023-05-16 at 12.01.08.png (113.7 KiB) Viewed 268 times

Thanks.


Post by alex.l »

Hi,

Do you see this behaviour in our examples?

All the best,
Alex


Post by hhughesff »

Hi,

I have tried to find it in your demos but I have not been able to.

In the image below when hovering over mike on the first row we would get a tooltip displaying the full name since his name does not fit in the cell. I can't find this behaviour on any of the demos that I've looked at.

Screenshot 2023-05-17 at 14.29.53.png
Screenshot 2023-05-17 at 14.29.53.png (13.56 KiB) Viewed 255 times

Thanks


Post by marcio »

Hey hhughesff,

Since you couldn't reproduce in one of our demos, could you please share a sample project with your configuration (can be a demo with your code in it) for us to check what could be done?

Please check the guidelines here for more information https://www.bryntum.com/forum/viewtopic.php?f=1&t=772

Best regards,
Márcio


Post by hhughesff »

I don't think it would be possible to create a minimal reproduction. The issue seems to be that some kind of default configuration has changed that has added in these unwanted tooltips is there no way for you to find out what these configs/ features are so that we can turn them off?


Post by alex.l »

Hi, it will be hard to give you any good advice with no code, but let's try.

Did you register any custom tooltips using forSelector directive? Maybe the selector you used is not good enough?
I mean the code like that

new Tooltip({
    forSelector : '.myCssClass',

https://bryntum.com/products/calendar/docs/api/Core/widget/Tooltip
https://bryntum.com/products/calendar/docs/api/Core/widget/Tooltip#config-forSelector
https://bryntum.com/products/calendar/docs/api/Core/widget/Tooltip#config-forElement

Did you use other libraries together with Bryntum lib? Try to disable them for test purposes.

All the best,
Alex


Post by Animal »

A tooltip to show overflowing text shows up on overflowing text if you set https://bryntum.com/products/scheduler/docs/api/Core/widget/Tooltip#property-showOverflow-static

Screenshot 2023-06-09 at 14.42.41.png
Screenshot 2023-06-09 at 14.42.41.png (87.28 KiB) Viewed 151 times

It looks like that is set.


Post Reply