NEW 176817
Properly ensure user gestures don't get propagated across reloads
https://bugs.webkit.org/show_bug.cgi?id=176817
Summary Properly ensure user gestures don't get propagated across reloads
Matt Rajca
Reported 2017-09-12 17:06:15 PDT
Currently, when the user presses a keyboard shortcut in the client to reload a page, that may get registered as a user gesture on the reloaded page. We should either: - Clear the user gesture token when the reload occurs, or - Not register user gesture tokens in the first place for keyboard events that aren't actually handled
Attachments
Note You need to log in before you can comment on or make changes to this bug.