Eric H. Jung wrote:
if (!isNaN(evt.charCode)) { // if user typed a number, select the
corresponding tree row
Possibly relevant...
readonly attribute unsigned long charCode; So charCode is always a number... You were probably thinking of String.fromCharCode(evt.charCode) _______________________________________________ Project_owners mailing list [email protected] http://mozdev.org/mailman/listinfo/project_owners
