commit | 1e05ed77b80b86d798cdee570b8dd0a7a55b4b80 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri May 15 21:12:12 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri May 15 21:12:12 2009 -0700 |
tree | ec2a075ac9c6809884aa9742c5658024aa4cb83f | |
parent | 894885ce4c699a9d262cebf64ebcdee2a52b1311 [diff] |
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>