Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.4.17
Description
The ASCII key code for END key is using "46". This is wrong. The key code is suppose to be "35". However, "46" is "DELETE" key code. This cause in IE the pressing "DELETE" button will not trigger "onChange" event.
The bug locates in Object Wicket.ChangeHandler in wicket-ajax.js
This bugs affects all the versions include 1.5.x and 1.4.x.