What's the URL of the page containing the problem?
What steps will reproduce the problem?
1. Use Firefox, enable type-ahead search in the preferences dialog.
2. Go to a diff in reviewboard.
3. Press N or P.
What is the expected output? What do you see instead?
I expect the next (or previous) diff to be highlighted, without triggering
Firefox's search bar. Instead I get both.
What operating system are you using? What browser?
Firefox 2.0 on Ubuntu Feisty.
Please provide any additional information below.
The solution is to return false from the onkeypress event handler when it
handles the event. See the onKeyPress function in
http://gedmin.as/planets/mg/planetmg.js for a working example.