-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#26811Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: qualityA truly polished experienceA truly polished experiencea: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_htmlHTML rendering backend for WebHTML rendering backend for Webfound in release: 2.0Found to occur in 2.0Found to occur in 2.0has 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
I have a RichText containing three children. the first and last inlineSpans are TextSpan, The Second one is WidgetSpan.
they are correctly laid out in the android application:
but when I build web application in flutter stable channel, RichText goes like this:
I also tried building web application in flutter beta and dev channels and they both were like this:
in flutter beta and dev channels there was also another issue that the border color of selected TextFields becomes blue which must be application primaryColor:
I didn't have these problems in the old version of flutter beta channel (before flutter web was merged to stable channel)
I think this issues must be solved in the flutter framework itself!
greenlly
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: qualityA truly polished experienceA truly polished experiencea: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_htmlHTML rendering backend for WebHTML rendering backend for Webfound in release: 2.0Found to occur in 2.0Found to occur in 2.0has 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 specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version




