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

Label is not floating away when setInputWidgetText() is used #39

Open
prathviraj080 opened this issue Jul 8, 2015 · 5 comments
Open
Assignees
Labels

Comments

@prathviraj080
Copy link

screenshot from 2015-07-08 13 40 09

@vpratfr
Copy link
Member

vpratfr commented Jul 8, 2015

Hi,

When are you calling this function? Can you post code to reproduce the issue?

@prathviraj080
Copy link
Author

This is called inside onResponse event of REST API call

x = (FloatingLabelEditText) findViewById(R.id.x);
y = (FloatingLabelEditText) findViewById(R.id.y);

x.setInputWidgetText(data.getString("x"));
y.setInputWidgetText(data.getString("y"));

@vpratfr
Copy link
Member

vpratfr commented Jul 8, 2015

Thanks, I'll have a look as soon as possible. In the meantime, if you have a fix, do not hesitate to make a pull request.

@vpratfr vpratfr added the bug label Jul 8, 2015
@vpratfr vpratfr self-assigned this Jul 8, 2015
@prathviraj080
Copy link
Author

Sure

@demogorgorn
Copy link

I've notice the same behaviour only in one case - when I prevent showing the keyboard on start of activity. Something with focus...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants