Skip to content

[web]: When scrolling anywhere on the page, console keeps reporting "Uncaught Error: Assertion failed: is not true" #32481

@sgon00

Description

@sgon00

Flutter version

[✓] Flutter (Channel dev, v1.5.8, on Mac OS X 10.13.6 17G4015, locale en-CN)

Workflow, use stagehand:

$ mkdir foo && cd foo
$ stagehand flutter-web-preview
$ flutter packages pub global activate webdev
$ flutter packages pub upgrade
$ flutter packages pub global run webdev serve

And then open chrome debug console and trying to scroll anywhere on the page (I am on MacBook, so basically using two fingers on the touchpad and then move Up and Down)

The error:

dart_sdk.js:5844 Uncaught Error: Assertion failed: is not true
    at Object.dart.throw (dart_sdk.js:4556)
    at Object.dart.assertFailed (dart_sdk.js:4495)
    at SyncIterable.new.expand (converter.dart:432)
    at expand.next (<anonymous>)
    at ListQueue.new.addAll (dart_sdk.js:31511)
    at src__widgets__binding.WidgetsFlutterBinding.new.[_handlePointerDataPacket] (binding.dart:85)
    at src__engine.PointerBinding.new.[_onPointerData] (pointer_binding.dart:80)
    at pointer_binding.dart:205
    at HTMLElement.<anonymous> (pointer_binding.dart:449)

Gif Video:

output

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: crashStack traces logged to the consoleplatform-webWeb applications specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions