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

Fix WindowEvent::ReceivedCharacter on web #1747

Merged
merged 2 commits into from
Oct 29, 2020

Commits on Oct 28, 2020

  1. Fix WindowEvent::ReceivedCharacter on web

    The event was never sent to the application because of the unconditional
    preventDefault() call on keydown.
    
    Fixes rust-windowing#1741
    tronical committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f26c879 View commit details
    Browse the repository at this point in the history
  2. Don't scroll when pressing space on a focused canvas

    After reaching keypress, we should prevent further propagation.
    
    Relates to rust-windowing#1741
    tronical committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    4f1e7bd View commit details
    Browse the repository at this point in the history