-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#23965Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsa: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_htmlHTML rendering backend for WebHTML rendering backend for Webfound in release: 1.26Found to occur in 1.26Found to occur in 1.26has 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 specifically
Milestone
Description
Steps to Reproduce
- Create a project
- Add a TextField with TextAlign.center
- Run
flutter run -d chrome --web-renderer html
Expected results:
Actual results:
Works correctly if run with flutter run -d chrome --release --web-renderer html --dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_RICH_TEXT=false
flutter doctor -v
[✓] Flutter (Channel master, 1.26.0-13.0.pre.157, on Linux, locale en_US.UTF-8)
• Flutter version 1.26.0-13.0.pre.157 at /home/azbuky/fvm/versions/master
• Framework revision 35000147e6 (16 minutes ago), 2021-01-25 12:47:01 -0800
• Engine revision 05b4bec8b3
• Dart version 2.12.0 (build 2.12.0-253.0.dev)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /home/azbuky/Devel/Sdks/Android/Sdk/
• Platform android-30, build-tools 30.0.2
• Java binary at: /home/azbuky/Devel/Sdks/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.
[✓] Chrome - develop for the web
• Chrome at google-chrome
[✓] Linux toolchain - develop for Linux desktop
• clang version 10.0.0-4ubuntu1
• cmake version 3.16.3
• ninja version 1.10.0
• pkg-config version 0.29.1
[✓] Android Studio
• Android Studio at /home/azbuky/Devel/Sdks/android-studio
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• android-studio-dir = /home/azbuky/Devel/Sdks/android-studio
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] VS Code (version 1.52.1)
• VS Code at /usr/share/code
• Flutter extension version 3.18.1
[✓] Connected device (3 available)
• Nexus 5X (mobile) • 026128a95bb02d50 • android-arm64 • Android 8.1.0 (API 27)
• Linux (desktop) • linux • linux-x64 • Linux
• Chrome (web) • chrome • web-javascript • Google Chrome 88.0.4324.96
• No issues found!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsa: typographyText rendering, possibly libtxtText rendering, possibly libtxte: web_htmlHTML rendering backend for WebHTML rendering backend for Webfound in release: 1.26Found to occur in 1.26Found to occur in 1.26has 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 specifically

