Skip to content

[windows] Pressing Right-Shift turns on caps lock and locks in a TextField #75675

@ChargerMc

Description

@ChargerMc

On flutter desktop, Right-Shift turns on caps lock and locks in a TextField

Code excample:

TextField(
              decoration: InputDecoration(
                  alignLabelWithHint: true,
                  labelText: 'Escribe el mensaje...',
                  hintText: '...',
                  labelStyle: TextStyle(
                      fontSize:
                          Theme.of(context).textTheme.headline6.fontSize)),
              maxLines: 8,
              enableInteractiveSelection: true,
              controller: messageController,
              onChanged: (value) {

              },
            ), 

Flutter Doctor:


> Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel dev, 1.26.0-17.1.pre, on Microsoft Windows [Version 10.0.19042.746], locale es-MX)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2019 16.8.4)   
[√] Android Studio (version 4.0)
[√] VS Code (version 1.53.0)
[√] Connected device (3 available)

• No issues found!

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: desktopRunning on desktopa: text inputEntering text in a text field or keyboard related problemsc: regressionIt was better in the past than it is nowcustomer: crowdAffects or could affect many people, though not necessarily a specific customer.engineflutter/engine related. See also e: labels.found in release: 1.26Found to occur in 1.26found in release: 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-windowsBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions