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

Made sure the touch event is propagated when not clicking on the clea… #1

Merged

Conversation

mickejohansson
Copy link

Found a problem with the touch behaviour. When navigating from an activity with a focused materialedittextfield to another activity and then going back I could not tap the edittext to bring up the keyboard anymore.

I added some test code to the sample app in this other branch: https://github.com/mickejohansson/MaterialEditText/tree/fix_focus_bug_after_back
To reproduce:

  • Launch sample app
  • Scroll to the bottom
  • Focus the textfield with the hint "test"
  • Press the button labeled "Click me"
  • Go back.
  • Try to bring up the keyboard by tapping the edittext. This did not work.

dongyuan added a commit that referenced this pull request May 15, 2015
Made sure the touch event is propagated when not clicking on the clea…
@dongyuan dongyuan merged commit 7dbc954 into dongyuan:master May 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants