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.
