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
Affected Device(s): Tested on Samsung SM-F741N(zFlip)
Describe the Bug:
The position of the balloon tooltip is not accurately maintained, particularly during scrolling. As demonstrated in the attached video, the balloon's position deviates from its intended anchor point, becoming inaccurate especially when scrolling within a LazyColumn that is nested inside a BottomSheet. This positional inaccuracy is more pronounced during scrolling and when the BottomSheet is not fully expanded or is in the process of being dismissed/collapsed.
Expected Behavior:
The balloon tooltip should remain consistently anchored to its designated anchor point at all times, including during scrolling and regardless of the BottomSheet's visibility or expansion state. It should not lose its correct position relative to the anchor element when the content within the LazyColumn is scrolled or when the BottomSheet is being interacted with.
The text was updated successfully, but these errors were encountered:
I am experiencing the same issue with a scrollable column, seems like the balloon always wants to stay on the screen instead of being pinned to its content within the column. Is there anything we are missing to make the balloon stay within the scrollable content @skydoves ?
Describe the Bug:
The position of the balloon tooltip is not accurately maintained, particularly during scrolling. As demonstrated in the attached video, the balloon's position deviates from its intended anchor point, becoming inaccurate especially when scrolling within a LazyColumn that is nested inside a BottomSheet. This positional inaccuracy is more pronounced during scrolling and when the BottomSheet is not fully expanded or is in the process of being dismissed/collapsed.
issue-bollon-position.mp4
Minimal repoduce
Expected Behavior:
The balloon tooltip should remain consistently anchored to its designated anchor point at all times, including during scrolling and regardless of the BottomSheet's visibility or expansion state. It should not lose its correct position relative to the anchor element when the content within the LazyColumn is scrolled or when the BottomSheet is being interacted with.
The text was updated successfully, but these errors were encountered: