intel / ozone-wayland

Wayland implementation for Chromium Ozone classes
BSD 3-Clause "New" or "Revised" License
218 stars 82 forks source link

Fix OnKeyPress event. #464

Closed jbrianceau closed 8 years ago

jbrianceau commented 8 years ago

The "Gardening: Adapt to https://codereview.chromium.org/1236923003" commit (25315fc81890a54e49ea357b4ed0391eff868eb6) seems incomplete. According to what has been done in desktop_window_tree_host_x11.cc, we do not have to call SendEventToProcessor for keyboard events. Also add myself in AUTHORS file.

The following test page can be used to monitor OnKeyPress event: http://www.asquare.net/javascript/tests/KeyCode.html. Without this patch, the backspace key is not working properly.