You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The ToolTipWidget is too far away from the target. See attached screenshots for details. To reproduce this, I just changed the index == in L267 of the example/main.dart to 7 or 8.
To Reproduce
Steps to reproduce the behavior:
Replace the example/lib/main.dart with the one attached below
Click through the first 4 Steps and see the different behaviors for TooltipPosition top and bottom, with and without arrow.
Set disableMovingAnimation: true and compare the behaviors
Expected behavior
The ToolTipWidget should be closer aligned to the target for TooltipPosition.top, like it is in the case TooltipPosition.bottom.
Screenshots
Smartphone (please complete the following information):
If the size of the Tooltip increases, it's getting even worse. I would expect that the positioning (distance to the target widget) is not changing if the Tooltip size changes.
Hello @guenth39, Can you please use 2.1.0 version of this package and see if you still face this issue?
I am unable to reproduce the said issue with your code in 2.1.0 version. Closing this issue with that being said.
@aditya-css I can confirm that the issue is fixed in version 2.1.0 🚀
Now, the only thing that is missing for me is the option to have a custom offset. I already opened a PR for this and will try to update the PR.
Describe the bug
The
ToolTipWidget
is too far away from the target. See attached screenshots for details. To reproduce this, I just changed theindex ==
in L267 of theexample/main.dart
to 7 or 8.To Reproduce
Steps to reproduce the behavior:
example/lib/main.dart
with the one attached belowdisableMovingAnimation: true
and compare the behaviorsExpected behavior
The
ToolTipWidget
should be closer aligned to the target forTooltipPosition.top
, like it is in the caseTooltipPosition.bottom
.Screenshots
Smartphone (please complete the following information):
Additional context
My
example/lib/main.dart
:Expand
The text was updated successfully, but these errors were encountered: