• Sigurd Schneider's avatar
    [turbolizer] Rework keydown event handling · 753ff7f3
    Sigurd Schneider authored
    This CL simplifies the keydown handling code and fixes
    several issues:
    
     - Input to the search box was not reliably working, because
       the SVG keydown handler was attached to the window and its
       repeat-key detection was supressing key events.
     - Selecting the input of a node via keys 1-9 did not select the
       input, but always enabled the corresponding input node.
       1-9 now select the input node, and CTRL+1 through CTRL+9 can
       be used to toggle the input edge.
    
    Bug: v8:7327
    Notry: true
    Change-Id: Ifedc8b703f6552e101ad00fee2f3c50f29b325b5
    Reviewed-on: https://chromium-review.googlesource.com/c/1397666
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#58579}
    753ff7f3
Name
Last commit
Last update
..
src Loading commit data...
test Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
deploy.sh Loading commit data...
expand-all.jpg Loading commit data...
hide-selected.png Loading commit data...
hide-unselected.png Loading commit data...
index.html Loading commit data...
layout-icon.png Loading commit data...
left-arrow.png Loading commit data...
live.png Loading commit data...
package-lock.json Loading commit data...
package.json Loading commit data...
right-arrow.png Loading commit data...
rollup.config.js Loading commit data...
search.png Loading commit data...
search2.png Loading commit data...
tabs.css Loading commit data...
tsconfig.json Loading commit data...
tsconfig.test.json Loading commit data...
tsfmt.json Loading commit data...
turbo-visualizer.css Loading commit data...
turbolizer.png Loading commit data...
types.png Loading commit data...
upload-icon.png Loading commit data...