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

Unexpected underline behavior in text_field_demo_dart. #4904

Closed
emshack opened this issue Jul 12, 2016 · 2 comments
Closed

Unexpected underline behavior in text_field_demo_dart. #4904

emshack opened this issue Jul 12, 2016 · 2 comments
Labels
a: text input Entering text in a text field or keyboard related problems

Comments

@emshack
Copy link

emshack commented Jul 12, 2016

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.

@abarth abarth added the a: text input Entering text in a text field or keyboard related problems label Jul 13, 2016
@abarth
Copy link
Contributor

abarth commented Jul 13, 2016

/cc @mpcomplete

@sethladd sethladd modified the milestone: 2016 Q3 Jul 19, 2016
aam added a commit that referenced this issue Mar 30, 2018
Changes since last roll:
```
ec1e968 Revert pub roll from recent dart roll. (#4904)
ac552fb Port flutter content handler to FIDL2. (#4903)
94cdd81 Roll dart. (#4902)
af63732 Support `Path.addCircle` (#4783)
564c6a5 Add hint to use ninja with goma (#4894)
```
```
cdotstout pushed a commit to cdotstout/flutter that referenced this issue Apr 3, 2018
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)
```
```
@github-actions
Copy link

github-actions bot commented Sep 6, 2021

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 flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: text input Entering text in a text field or keyboard related problems
Projects
None yet
Development

No branches or pull requests

4 participants