-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Closed
flutter/engine
#18329Labels
a: typographyText rendering, possibly libtxtText rendering, possibly libtxtc: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: web10found in release: 1.19Found to occur in 1.19Found to occur in 1.19has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight
Milestone
Description
We are seeing an issue in the latest master: v1.19.0-1
When a Image with an assigned color is in a row with some text, the Text is vertically displaced outside the row:

This code reproduces it:
Row(children: [Image.asset("assets/icons/icon-edit.png", color: Colors.black), Text("FOO")])
Notes:
- Only occurs when Image is in Row, and has a color assigned
- Only affects Text, other children in the row render fine
kunit1
Metadata
Metadata
Assignees
Labels
a: typographyText rendering, possibly libtxtText rendering, possibly libtxtc: regressionIt was better in the past than it is nowIt was better in the past than it is nowcustomer: web10found in release: 1.19Found to occur in 1.19Found to occur in 1.19has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallywaiting for PR to land (fixed)A fix is in flightA fix is in flight

