gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shift button is faulty on windows; Remains "pressed" after initial press

lewismwaki opened this issue · comments

Details about this issue on the attached screenshot.
image

commented

We have also noticed that occasionally shift can get "stuck" on, but were unable to reproduce it reliably. Thanks for the extra steps, however these don't seem to be triggering the bug for me.

Can you:

  • Confirm what % of the time you can reproduce this?
  • Post more detailed steps, or a video?
  • Post your flutter doctor --version
    Cheers,
  • 100%;
  • something else to note is that when you place the cursor on another textfield outside the app, the issue is fixed (i.e) shift goes "unpressed". but when you use shift inside the app again, the issue comes back again.
  • had a hard time inputting the email because had to "shift + 2" to get "@", but going on, "gmail" is all in uppercase and pressing "." returns ">". so i got "@gmail>COM" :)
  • also noticed that Shift remains "pressed" for all other buttons.
  • flutter doctor --version

Flutter 2.0.0 • channel stable • https://github.com/flutter/flutter.git Framework • revision 60bd88df91 (5 days ago) • 2021-03-03 09:13:17 -0800 Engine • revision 40441def69 Tools • Dart 2.12.0

Good luck.

commented

This looks related: flutter/flutter#78227

I have the same problem. Most notable when logging in.

I appear to have the same issue. Holding shift once (Say to select the @ symbol in a login field) renders the text field under the assumption that shift has not been released and is permanently depressed. Toggling caps lock can bring it out of this state.

[√] Flutter (Channel stable, 2.10.0, on Microsoft Windows [Version 10.0.22000.469], locale en-GB)
• Flutter version 2.10.0 at C:\Users\marti\Documents\Dev\Flutter\SDK\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 5f105a6ca7 (6 days ago), 2022-02-01 14:15:42 -0800
• Engine revision 776efd2034
• Dart version 2.16.0
• DevTools version 2.9.2

[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at C:\Users\marti\AppData\Local\Android\Sdk
• Platform android-31, build-tools 31.0.0
• ANDROID_SDK_ROOT = C:\Users\marti\AppData\Local\Android\Sdk
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)
• All Android licenses accepted.

[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.0.5)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.0.32112.339
• Windows 10 SDK version 10.0.19041.0

[√] Android Studio (version 2021.1)
• Android Studio at C:\Program Files\Android\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
• Java version OpenJDK Runtime Environment (build 11.0.11+9-b60-7590822)

[√] IntelliJ IDEA Community Edition (version 2021.3)
• IntelliJ at C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3
• 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

[√] VS Code (version 1.64.0)
• VS Code at C:\Users\marti\AppData\Local\Programs\Microsoft VS Code
• Flutter extension can be installed from:
https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter

[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22000.469]
• Chrome (web) • chrome • web-javascript • Google Chrome 98.0.4758.82
• Edge (web) • edge • web-javascript • Microsoft Edge 97.0.1072.76

[√] HTTP Host Availability
• All required HTTP hosts are available

• No issues found!