Filter spurious mouse move events.
Due to crbug.com/489468, detection of re-written key combinations (e.g. Search+Backspace->Delete) were being mis-treated as modifier key combinations (i.e. Search+Backspace->Search+Delete). Since the spurious mouse event causing this has the same x and y coordinates as the previous mouse event, it can be filtered to suppress the unwanted keyboard event. BUG=484329 Review URL: https://codereview.chromium.org/1143943002 Cr-Commit-Position: refs/heads/master@{#330829}
Showing
Please register or sign in to comment