Skip to content

[Web] Entering non-English text in the textfield along with English text makes move bottom and text is cutoff on Linux Chrome #64792

@sgon00

Description

@sgon00

Env:

Flutter (Channel master, 1.22.0-2.0.pre.105, on Linux, locale en_US.UTF-8
Google Chrome Version 84.0.4147.135 (Official Build) (64-bit)

Issue Description:

In Textfield, text can not be displayed completely (bottom part is missing). Run flutter with the following command:

$ flutter run -d chrome

Code:

Just a simple Textfield

TextField(
  decoration: InputDecoration(border: OutlineInputBorder()),
),

Screenshot

flutter_textfield_web_bug

Thanks a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: qualityA truly polished experiencea: text inputEntering text in a text field or keyboard related problemsa: typographyText rendering, possibly libtxtf: material designflutter/packages/flutter/material repository.found in release: 1.21Found to occur in 1.21found in release: 1.22Found to occur in 1.22found in release: 1.23Found to occur in 1.23frameworkflutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions