moving the left handle automatically scrolls EditableText to the right handle,...
moving the left handle automatically scrolls EditableText to the right handle, which doesn't happen on native (#105836) Fixes a scrolling issue when dragging selection handles.
Showing
- packages/flutter/lib/src/cupertino/text_field.dart 1 addition, 2 deletionspackages/flutter/lib/src/cupertino/text_field.dart
- packages/flutter/lib/src/material/text_field.dart 1 addition, 2 deletionspackages/flutter/lib/src/material/text_field.dart
- packages/flutter/lib/src/widgets/editable_text.dart 27 additions, 0 deletionspackages/flutter/lib/src/widgets/editable_text.dart
- packages/flutter/lib/src/widgets/text_selection.dart 5 additions, 7 deletionspackages/flutter/lib/src/widgets/text_selection.dart
- packages/flutter/test/cupertino/text_field_test.dart 157 additions, 0 deletionspackages/flutter/test/cupertino/text_field_test.dart
- packages/flutter/test/material/text_field_test.dart 165 additions, 0 deletionspackages/flutter/test/material/text_field_test.dart
Please register or sign in to comment