-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
Unexpected underline behavior in text_field_demo_dart. #4904
Labels
a: text input
Entering text in a text field or keyboard related problems
Comments
abarth
added
the
a: text input
Entering text in a text field or keyboard related problems
label
Jul 13, 2016
/cc @mpcomplete |
mpcomplete
added a commit
that referenced
this issue
Jul 25, 2016
aam
added a commit
that referenced
this issue
Mar 30, 2018
cdotstout
pushed a commit
to cdotstout/flutter
that referenced
this issue
Apr 3, 2018
pub rolll causes dart-lang/pub#1853.
DaveShuckerow
pushed a commit
to DaveShuckerow/flutter
that referenced
this issue
May 14, 2018
Changes since last roll: ``` ec1e968 Revert pub roll from recent dart roll. (flutter#4904) ac552fb Port flutter content handler to FIDL2. (flutter#4903) 94cdd81 Roll dart. (flutter#4902) af63732 Support `Path.addCircle` (flutter#4783) 564c6a5 Add hint to use ninja with goma (flutter#4894) ``` ```
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 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running flutter gallery, in text_field_demo.dart, if I type any string of letters into the Name field, an underline appears beneath them. After I press enter, this underline persists. However, once I click the field again, the underline disappears, and does not reappear after pressing enter a second time. It seems to occasionally take more than one opening/closing of the field before the underline disappears. If the underline disappears and I then click back in and type more text, the previously-typed text becomes duplicated and underlined along with the new text, after the first copy of the previously-typed text which is still not underlined.
These issues appear to only be present when typing unhidden letters, rather than numbers or any hidden characters. With numbers and hidden characters (the phone number and password fields of text_field_demo.dart), there is never an underline at all. This is what I would expect.
The text was updated successfully, but these errors were encountered: