Wrong ASCII Key Code for END Key. AutoComplete not working properly
-------------------------------------------------------------------

                 Key: WICKET-3993
                 URL: https://issues.apache.org/jira/browse/WICKET-3993
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.4.17
            Reporter: Markfred Chen
            Priority: Trivial


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 affects all the versions include 1.5.x and 1.4.x.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to