[ 
https://issues.apache.org/jira/browse/WICKET-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-3993.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-RC8
                   1.4.19
         Assignee: Martin Grigorov

> 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
>            Assignee: Martin Grigorov
>            Priority: Trivial
>              Labels: AutoCompleteTextField
>             Fix For: 1.4.19, 1.5-RC8
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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.

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

        

Reply via email to