• Justin McCandless's avatar
    Fix descenders cutoff in TextField (#26309) · 105026cd
    Justin McCandless authored
    * Include caret gaps in position calculation to avoid descender cutoff
    
    * Calculate caret offset instead of exposing it
    
    * Test that textfields scroll vertically by full line height
    
    * Only add offset to end of caret to avoid going above 0.0
    
    * Fix and test horizontal vs. vertical scrolling
    
    * CR: docs and top caret offset logic
    
    * Take max instead of assuming caretRect.top is always a full line down
    
    * Always subtract caretOffset from caretTop since caretRect.top can be negative
    105026cd
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...
CODE_OF_CONDUCT.md 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...