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
Description :
When the direction of the tooltip is set to bottom but the child is also positioned at the bottom of the screen, then on tap of the child, tooltip goes further bottom and is not visible it should have gone to the top of the child automatically.
To reproduce this issue :
1- Set the container to the bottom most part of your screen
2- Tap on child.
Expected behaviour :
Tooltip should present on top of child as there is no space to show below the child.
Screenshots :
BEFORE CLICK -
AFTER CLICK -
CODE SNIPPET -
Flutter Version :
3.19.6
Dart Version :
3.3.4
Smartphone:
Device: iPhone SE 3rd Gen.
OS: iOS 17
The text was updated successfully, but these errors were encountered:
Description :
When the direction of the tooltip is set to bottom but the child is also positioned at the bottom of the screen, then on tap of the child, tooltip goes further bottom and is not visible it should have gone to the top of the child automatically.
To reproduce this issue :
1- Set the container to the bottom most part of your screen
2- Tap on child.
Expected behaviour :
Tooltip should present on top of child as there is no space to show below the child.
Screenshots :
BEFORE CLICK -
AFTER CLICK -
CODE SNIPPET -
Flutter Version :
3.19.6
Dart Version :
3.3.4
Smartphone:
The text was updated successfully, but these errors were encountered: