code_field icon indicating copy to clipboard operation
code_field copied to clipboard

Scrolling bug while editing code in CodeField

Open george-maroun opened this issue 1 year ago • 1 comments

Hi there,

I am experiencing a bug while editing code in a CodeField component on the client: if I scroll up while my cursor is in a code field, the entire window moves upwards when viewport goes past the cursor.

This is the error message that I got:

The following assertion was thrown while handling a pointer data packet: Assertion failed: file:///[path to file]/events.dart:1551:15 ../…/gestures/events.dart:1551 !identical(kind, PointerDeviceKind.trackpad) is not true

Additionally, I only witness this bug in production (after the app is built).

I wonder if this is related to #66

george-maroun avatar May 08 '23 17:05 george-maroun