• sjindel-google's avatar
    Fix text field clipping when erasing rapidly. (#23894) · db9fe3f8
    sjindel-google authored
    `RenderEditable.paint` assumes that if the length of the text fits within the
    visible region, then the text will be rendered at the start of the region and be
    completely visible. This is not always true, since the text may still be
    rendered at an offset if an animation is ongoing when the text begins to fit.
    
    This fixes #22288 and #14121
    db9fe3f8
Name
Last commit
Last update
..
animation Loading commit data...
cupertino Loading commit data...
engine Loading commit data...
examples Loading commit data...
foundation Loading commit data...
gestures Loading commit data...
harness Loading commit data...
material Loading commit data...
painting Loading commit data...
physics Loading commit data...
rendering Loading commit data...
scheduler Loading commit data...
semantics Loading commit data...
services Loading commit data...
widgets Loading commit data...
flutter_test_alternative.dart Loading commit data...
flutter_test_config.dart Loading commit data...