-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#45523Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consolee: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemfound in release: 3.13Found to occur in 3.13Found to occur in 3.13found in release: 3.14Found to occur in 3.14Found to occur in 3.14has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform team
Description
Is there an existing issue for this?
- I have searched the existing issues
- I have read the guide to filing a bug
Steps to reproduce
TextField Input text
Expected results
Normal input text
Actual results
Unable to enter text properly
Code sample
TextField(
autofocus: widget.autofocus,
textAlign: widget.textAlign,
controller: widget.controller,
keyboardAppearance: widget.keyboardAppearance ?? _checkThemeDrak(),
focusNode: widget.focusNode,
scrollController: widget.scrollController,
keyboardType: widget.keyboardType,
textInputAction: widget.textInputAction,
scrollPhysics: widget.scrollPhysics,
selectionControls: widget.selectionControls,
maxLines: widget.maxLines,
maxLength: widget.maxLength,
minLines: widget.minLines,
cursorHeight: setCursorHeight(),
cursorColor: widget.cursorColor ?? ThemeColor.themeColor(context),
style: widget.style,
enableInteractiveSelection: widget.enableInteractiveSelection,
//onTap: widget.onTap,
decoration: widget.decoration,
onEditingComplete: widget.onEditingComplete,
onAppPrivateCommand: widget.onAppPrivateCommand,
onSubmitted: widget.onSubmitted,
onChanged: widget.onChanged,
inputFormatters: widget.inputFormatters,
scrollPadding: widget.scrollPadding,
textAlignVertical: widget.textAlignVertical,
obscureText: widget.obscureText,
obscuringCharacter: widget.obscuringCharacter,
readOnly: widget.readOnly,
clipBehavior: widget.clip,
),
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
212.MP4
Logs
Logs
[Paste your logs here]Flutter Doctor output
[!] Flutter (Channel [user-branch], 3.13.2, on macOS 13.5.1 22G90 darwin-arm64, locale zh-Hans-CN)
! Flutter version 3.13.2 on channel [user-branch] at /Users/wuwenwei/development/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions at
https://flutter.dev/docs/get-started/install.
! Upstream repository unknown source is not a standard remote.
Set environment variable "FLUTTER_GIT_URL" to unknown source to dismiss this error.
• Framework revision ff5b5b5fa6 (9 days ago), 2023-08-24 08:12:28 -0500
• Engine revision b20183e040
• Dart version 3.1.0
• DevTools version 2.25.0
• Pub download mirror https://pub.flutter-io.cn
• Flutter download mirror https://storage.flutter-io.cn
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git"
directly to perform update checks and upgrades.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: internationalizationSupporting other languages or locales. (aka i18n)Supporting other languages or locales. (aka i18n)a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consolee: OS-version specificAffects only some versions of the relevant operating systemAffects only some versions of the relevant operating systemfound in release: 3.13Found to occur in 3.13Found to occur in 3.13found in release: 3.14Found to occur in 3.14Found to occur in 3.14has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform team