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

[TextField] Click on floating label behaves strangely on iOS through Cordova #3281

Closed
little-burrito opened this issue Feb 10, 2016 · 3 comments
Labels
component: text field This is the name of the generic UI component, not the React module!

Comments

@little-burrito
Copy link

We've recently updated from Material-UI 0.13 to 0.14, and now when pressing the floating label in a TextField the keyboard opens and then switches to another TextField if there's another one available. If not it seems to close the keyboard again. If you press the input field directly, everything works as expected. Attached is a video file of the bug in action.

We worked around the issue by setting z-index to 2 using the inputStyle prop, so that the label never gets pressed.

Versions:
Material-UI: 0.14
React: 0.14.7
Browser: (Safari via:) Cordova 5.4.1 running on iOS 9.2.1

Movie on 09-02-16 at 18.14.zip

@mbrookes
Copy link
Member

Could you put the video online somewhere please? e.g. http://imgur.com/0O1SrDP (or paste is in the comment box if it's an animated gif).

@tintin1343
Copy link
Contributor

@little-burrito : were you able to find a solution to it? Or did upgrading to a higher version work for you?

Do let us know if its still an issue.

@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@oliviertassinari oliviertassinari added the component: text field This is the name of the generic UI component, not the React module! label Oct 19, 2016
@oliviertassinari
Copy link
Member

We have been porting the component on the v1-beta branch. We reimplemented it from the ground-up. While we haven't tested it, I think that the issue is most likely fixed on that branch. Hence, I'm closing it.
Still, we will accept PR fixes until v1-beta takes over the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: text field This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants