Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hitting suppr causes DeltaTextInputClient to send incorrect TextEditingDeletion on Web platform #1424

Closed
flutter/engine
#36616
@amantoux

Description

@amantoux

Steps to Reproduce

  1. Run https://flutter.github.io/samples/web/simplistic_editor/#/ in a browser
  2. Set cursor on right after first character (after 'T')
  3. Hit suppron keyboard

Expected results: Deletion Delta Offset = (1,2)

Actual results: Deletion Delta Offset = (0,1)

Code sample: https://github.com/flutter/samples/blob/main/simplistic_editor

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

Done (PR merged)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions