[DevTools] Propagate Esc event to the inspected page
Currently, the Esc event does not reach the inspected page when the user highlights an element in the Elements pane. With this change, the Esc event will be marked as not handled to allow event propagation. As the result, on Esc the highlighting will be turned off and the page will handle the Esc button. Fixed: 994645 Change-Id: I8aeee3364ee8806f1dc1808ce74647fd75a8b97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152369Reviewed-by:Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#760032}
Showing
Please register or sign in to comment