What I am trying to do is have a tooltip (floating to the right of input) that has content that can change while it is open. I have this working for the most part by calling refresh on the tooltip. The problem occurs when the text I am replacing was larger and had a larger text bubble with a callout at the center. When the text gets refreshed to something smaller, the bubble shrinks appropriately, but the location of the tooltip does not change, leaving the callout hanging far below the tooltip text bubble.
I have tried to fix this by hiding and then showing the target tooltip but that fails to open the tooltip.
Any ideas how i would solve this issue?
I have tried to fix this by hiding and then showing the target tooltip but that fails to open the tooltip.
Any ideas how i would solve this issue?