DevTools: allow ShiftTab to focus away from CodeMirror
CodeMirror text editors try to reduce indentation on 'Shift+Tab'. However, this consumes the key event, preventing focus from leaving, even if nothing changed. This CL allows focus to leave when we are sure that no indentation should change. Shift+Tab can now move focus from Console prompt to toolbar and from SourceFrame's editor to the Sources TabbedPane. Bug: none Change-Id: I3660a48fe1c30a0972e2908514ee44fba7a51132 Reviewed-on: https://chromium-review.googlesource.com/1142519 Commit-Queue: Erik Luo <luoe@chromium.org> Reviewed-by:Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#577406}
Showing
Please register or sign in to comment