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

missing text handles #358

Closed
james-lawrence opened this issue Feb 17, 2020 · 1 comment · Fixed by #338
Closed

missing text handles #358

james-lawrence opened this issue Feb 17, 2020 · 1 comment · Fixed by #338
Assignees

Comments

@james-lawrence
Copy link
Contributor

james-lawrence commented Feb 17, 2020

I have a text input box for sensitive information that has a hide/display button that transforms the text.

the text fails to change due to missing handlers.

go-flutter: no method handler registered for method 'TextInput.setEditableSizeAndTransform' on channel 'flutter/textinput'
go-flutter: no method handler registered for method 'TextInput.setStyle' on channel 'flutter/textinput'

couple of related issues:
#355
#354

@stuartmorgan
Copy link

the text fails to change due to missing handlers.

The only bug related to those log messages is the logging itself; see flutter/flutter#49960 for relevant discussion from the macOS Flutter embedding.

Whatever functionality issues you are seeing, they aren't related to those log messages.

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

Successfully merging a pull request may close this issue.

3 participants