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

Pass text input key events to the EventResponder if they do not yield characters #20912

Merged
merged 1 commit into from
Sep 1, 2020

Commits on Aug 31, 2020

  1. Pass text input key events to the EventResponder if they do not yield…

    … characters
    
    If the InputConnectionAdaptor receives a key event that does not move
    the caret or produce a text character (such as the back button), then
    the event should be given to the EventResponder which will forward it
    to the view.
    
    Fixes flutter/flutter#64864
    jason-simmons committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    d5871d7 View commit details
    Browse the repository at this point in the history