Skip to content
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

Backspace doesn't work #281

Open
pixotri opened this issue Feb 28, 2024 · 5 comments
Open

Backspace doesn't work #281

pixotri opened this issue Feb 28, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@pixotri
Copy link

pixotri commented Feb 28, 2024

Version

3.0.1

Library

feedback

Flutter channel

stable

Flutter version

3.19.1

Platform

Android

Details

Backspace key doesn't work on Samsung keyboard (Z Fold 5) (long press is handled and works as expected). Changed keyboard to one from Microsoft, backspace key started to work normally.
On newest Pixel with standard keyboard the same issue.
On iOS it seems that the issue doesn't exist.
The issue persists in all inputs located inside wrapped BetterFeedback widget.
The input with issue description doesn't have the bug.
I know that some time ago this issue was fixed, but it looks like it's back.
PS all my inputs are located in AlertDialogs, maybe this is the cause?

Steps to reproduce

Install and use widget according to instructions.
Put an input field into scaffold/alert dialog.
Enter some text, try to remove it using backspace key.

Output of flutter doctor -v

[✓] Flutter (Channel stable, 3.19.1, on macOS 14.2.1 23C71 darwin-x64, locale en-GB)
    • Flutter version 3.19.1 on channel stable at /Users/admin/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision abb292a07e (7 days ago), 2024-02-20 14:35:05 -0800
    • Engine revision 04817c99c9
    • Dart version 3.3.0
    • DevTools version 2.31.1

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/admin/Library/Android/sdk
    • Platform android-34, build-tools 31.0.0
    • Java binary at: /Users/admin/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.9-11255266)
    • All Android licenses accepted.

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

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[!] Android Studio (version unknown)
    • Android Studio at /Users/admin/Applications/Android Studio.app/Contents
    • 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
    ✗ Unable to determine Android Studio version.
    • Java version OpenJDK Runtime Environment (build 17.0.9+0-17.0.9b1087.9-11255266)

[✓] VS Code (version 1.86.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension can be installed from:
      🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[✓] Connected device (4 available)
    • SM F946B (mobile)        • RFCW6156VSY               • android-arm64  • Android 14 (API 34)
    • iPad (Alexandr) (mobile) • 00008027-001318C63E11002E • ios            • iOS 17.3.1 21D61
    • macOS (desktop)          • macos                     • darwin-x64     • macOS 14.2.1 23C71 darwin-x64
    • Chrome (web)             • chrome                    • web-javascript • Google Chrome 122.0.6261.69

[✓] Network resources
    • All expected network resources are available.
@pixotri pixotri added the bug Something isn't working label Feb 28, 2024
@ueman
Copy link
Owner

ueman commented Feb 28, 2024

The issue was fixed in Flutter itself, so you should open am issue on the Flutter repo. Therefore, I'm afraid I can't do much about the issue :(

I'll keep this issue open tho, so other people are aware of it.

@pixotri
Copy link
Author

pixotri commented Feb 28, 2024

Just to clarify. The issue was always on the Flutter's side, right?

@eb-so
Copy link

eb-so commented May 23, 2024

@pixotri I'm facing the same issue, how did you fix it

@pixotri
Copy link
Author

pixotri commented May 23, 2024

@eb-so in the version 3.1.0 of the library it seems to be gone at least on the devices I have :)

@eb-so
Copy link

eb-so commented May 23, 2024

@pixotri NVM I found the fix
Thanks for the info anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants