[ 
https://issues.apache.org/jira/browse/WICKET-5711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153135#comment-14153135
 ] 

ASF subversion and git services commented on WICKET-5711:
---------------------------------------------------------

Commit 5837817c94c7bb707f187526fb4e4e084f10d8f3 in wicket's branch 
refs/heads/master from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=5837817 ]

WICKET-5711 OnChangeAjaxBehavior should listen for both 'inputchange' and 
'change' events for TextField and TextArea

(cherry picked from commit 6501ab7396e888b0eccd70b0b502334a69c823a8)

Conflicts:
        
wicket-core/src/main/java/org/apache/wicket/ajax/form/OnChangeAjaxBehavior.java
        
wicket-core/src/test/java/org/apache/wicket/ajax/form/OnChangeAjaxBehaviorTestPage_expected.html


> OnChangeAjaxBehavior should listen for both 'inputchange' and 'change' events 
> for TextField and TextArea
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5711
>                 URL: https://issues.apache.org/jira/browse/WICKET-5711
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.17.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> WICKET-5603 introduced a regression that a TextField using 
> OnChangeAjaxBehavior doesn't work anymore when used as date picker, or 
> Select2.
> The problem is that usually extensions like DatePicker and Select2 will fire 
> 'change' event when they update the text input.
> OnChangeAjaxBehavior should use both 'inputchange" and "change" events for 
> TextField and TextArea components.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to