superlistapp/super_editor

[BUG] - [SuperEditor/SuperTextField] Caret heigh changes when inserting a space at the end of the text

Closed this issue · 2 comments

Package Version
main branch (36376a5)

User Info
Superlist

To Reproduce

  1. Go to SuperEditor demo
  2. Place the selection at the end of a text node
  3. Insert a space

The same happens in the SuperTextField demo

Actual behavior
Space is added and caret height changes (gets smaller)

Expected behavior
Space is added and caret height remains the same

Platform
Seems to be in all platforms

Flutter version
master

Screenshots

Screen.Recording.2024-09-17.at.10.18.37.mov

This seems to be a Flutter bug. I filed flutter/flutter#155330