When using Firebug for debugging in Firefox version 8.0.1, I set up a keypress
event handler on an editable div. While every key press is successfully displayed in the console, I am encountering an issue with the arrow keys - the value of e.which
in the console appears as 0.
Is there a method to retrieve the keycodes for the up and down arrow keys?