SHOW_TOOLTIP not working well in SU4 Beta

Version: 1.6.23.0

Frequency: Consistently

Severity: High

Bug description:

The Coherent trigger SHOW_TOOLTIP seems to ignore the last parameter (width), so it always shows a tooltip with a fixed size.

Repro steps:

From the CoherentGT debug console, attach to any web view that has imported Coherent, and type this:

Coherent.trigger("SHOW_TOOLTIP", "MyTooltip", "This is a test tooltip that shouldn't be truncated", 100, 100, -1);

There’s no difference if the last parameter is set to some width, like this:

Coherent.trigger("SHOW_TOOLTIP", "MyTooltip", "This is a test tooltip that shouldn't be truncated", 100, 100, 1000);

Coherent.trigger("SHOW_TOOLTIP", "MyTooltip", "This is a test tooltip that shouldn't be truncated", 100, 100, 5000);

The tooltip always has the same fixed width and it’s truncated and doesn’t show multiline text, see the attached screenshot.

The problem started with SU4 Beta and doesn’t happen with SU3 released version.

1 Like

I have to report this is still not fixed in 1.6.25.0

1 Like

3 Likes

This topic has been automatically closed after 60 days of inactivity since it was marked as fixed.

If there is important new information about this same report, you can use the “Request reopen” button below to ask the moderation team to review it again.
For other issues or broader discussion, please open a new topic in the appropriate category.