Skip to content

Autocorrect highlighting first part of word when there is a suggestion. IOS17 #136837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 tasks done
iamhyrumharris opened this issue Oct 18, 2023 · 3 comments
Closed
2 tasks done
Labels
r: fixed Issue is closed as already fixed in a newer version

Comments

@iamhyrumharris
Copy link

Is there an existing issue for this?

Steps to reproduce

  1. Created new flutter project
  2. Added TextField in the body of a scaffold.
  3. Run on IOS device that has iOS17

Expected results

When typing an incorrect word, the word will completely highlight and suggest a new correct word. When you press the space bar it will correct the word.

Actual results

When typing an incorrect word, the first letter of the incorrect word will be highlighted. When you press spacebar it will change to the correct word. It's only the highlighting that is the issue.

Code sample

Code sample
import 'package:flutter/material.dart';

void main() {
  runApp(MaterialApp(
    home: Scaffold(
      appBar: AppBar(
        title: const Text('flutte'),
      ),
      body: 
      TextFormField(),
    ),
  ));
}

Screenshots or Video

Screenshots / Video demonstration

image
image

Logs

Logs
[Paste your logs here]

Flutter Doctor output

Doctor output
[✓] Flutter (Channel stable, 3.13.2, on macOS 14.0 23A344 darwin-x64, locale en-US)
    • Flutter version 3.13.2 on channel stable at /Users/hyrumharris/development/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ff5b5b5fa6 (8 weeks ago), 2023-08-24 08:12:28 -0500
    • Engine revision b20183e040
    • Dart version 3.1.0
    • DevTools version 2.25.0

[✗] Android toolchain - develop for Android devices
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.


[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Build 15A240d
    • CocoaPods version 1.12.1

[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google
    Chrome)
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[!] Android Studio (not installed)
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).

[✓] VS Code (version 1.81.1)
    • VS Code at /Users/hyrumharris/Downloads/Visual Studio Code.app/Contents
    • Flutter extension version 3.74.0

[✓] Connected device (3 available)
    • Azin (mobile)      • 00008130-0009545434C0001C            • ios        • iOS 17.0.3 21A360
    • iPhone 15 (mobile) • 411F51E6-3DED-4E94-BBAB-A25EAB26ADB1 • ios        • com.apple.CoreSimulator.SimRuntime.iOS-17-0
      (simulator)
    • macOS (desktop)    • macos                                • darwin-x64 • macOS 14.0 23A344 darwin-x64

[✓] Network resources
    • All expected network resources are available.

! Doctor found issues in 3 categories.
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label Oct 19, 2023
@darshankawar
Copy link
Member

Thanks for the report @iamhyrumharris
There have been couple of autocorrect issues on iOS 17 fixed recently which are in master version. I see that you are in stable 3.13.2, so can you switch to latest master version and run your scenario again to check if the behavior you reported still persists on it ?

flutter channel master
flutter upgrade

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Oct 19, 2023
@iamhyrumharris
Copy link
Author

That fixed it! Thanks!

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Oct 19, 2023
@darshankawar darshankawar added r: fixed Issue is closed as already fixed in a newer version and removed in triage Presently being triaged by the triage team labels Oct 20, 2023
Copy link

github-actions bot commented Nov 3, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

No branches or pull requests

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy