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
When a widget wrapped with SuperContextMenu is placed inside a scrollable (ListView, SingleChildScrollView, etc.), scrolling that starts on the wrapped widget ends abruptly when lifting the finger. with no fling/scroll animation triggered.
Scrolling that starts outside the widget works normally.
When a widget wrapped with SuperContextMenu is placed inside a scrollable (ListView, SingleChildScrollView, etc.), scrolling that starts on the wrapped widget ends abruptly when lifting the finger. with no fling/scroll animation triggered.
Scrolling that starts outside the widget works normally.
Video
ScreenRecording_05-21-2026.13-34-29_1.1.mp4
How to reproduce