super_tooltip icon indicating copy to clipboard operation
super_tooltip copied to clipboard

The bubble arrow gets wrong position on nested navigator.

Open hnvn opened this issue 3 years ago • 3 comments

In case of using nested navigator, the tooltip bubble shape gets wrong position of its arrow.

  • With nested navigator: Screen Shot 2021-06-30 at 14 50 34

  • Without nested navigator: Screen Shot 2021-06-30 at 14 51 03

hnvn avatar Jun 30 '21 07:06 hnvn

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.

hnvn avatar Jun 30 '21 08:06 hnvn

We also have the same issue

dw2kim avatar Jul 16 '21 15:07 dw2kim

Hey! Thanks for the issue 👍

Could you please provide reproduction steps to debug this? And minimal sample code if possible?

mrgnhnt96 avatar Jul 17 '21 02:07 mrgnhnt96