Always use NpTextBox or NpTextArea to prevent GlobalKey events

Otherwise keystrokes like '/' or '?' in a text area register as
actions in the global key event system, rather than as just input
into the currently focused text box.

Signed-off-by: Shawn O. Pearce <sop@google.com>
15 files changed