• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...