super_tooltip
super_tooltip copied to clipboard
The bubble arrow gets wrong position on nested navigator.
In case of using nested navigator, the tooltip bubble shape gets wrong position of its arrow.
-
With nested navigator:
-
Without nested navigator:
As further investigation, I can temporarily get around this issue by using rootOverlay
Overlay.of(targetContext, rootOverlay: true)
One more thing, when I try to debug the issue, I see a strange behavior of the tooltip. As first rendering, it gets correct arrow position but immediately being rebuilt and end up with the wrong arrow like the above image.
We also have the same issue
Hey! Thanks for the issue 👍
Could you please provide reproduction steps to debug this? And minimal sample code if possible?