commit | f234e969ab2ae928506dedd80a3dd8b0294f0cdb | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Feb 13 08:41:46 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Fri Feb 13 10:58:40 2009 -0800 |
tree | 306affd6724ba5ec8fd5813ded7c85d28f000bf0 | |
parent | 79280a6cb66102f6ef06249895a509ef1b692993 [diff] |
Allow up/down arrow keys to scroll the page in patch view Several users asked that the browser default behavior for the up/down arrow keys be restored when looking at a patch in the side by side or unified diff views. By overridding the method and returning false we permit the key listener to leave the event for the browser to handle. Signed-off-by: Shawn O. Pearce <sop@google.com>