-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Closed
flutter/engine
#37067Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
This a weird one. Should be reproducible with any sufficiently long scroll view. But for me it only happens on battery, with low power mode (macOS 12.6, MacBook Pro 14").
During repeating swipes, at some point macOS will stop sending - (void)scrollWheel:(NSEvent*)event
event when two fingers are down on trackpad, but it will keep sending appropriate -(void)touchesMovedWithEvent:(NSEvent*)event
message (with two touches as expected).
I have no idea why this only happens in low power mode. I also don't know if this can be reproduced on older macs.
I tried disabling resting touches but it made no difference.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.