Hi,running the tutorial example CheckBoxAjaxTree I've noted that from 6.7.0 to 6.8.0 ajax 'click' event on checkbox is no more bubbled to parent components. I found out that now the default value for ajax attrs.sp is "stop" for branch 6.x and I guess this prevents events from being bubbled (line 365 of wicket-ajax-jquery.js). I saw that in master branch this default value is 'bubble' thanks to WICKET-5198 commit by Sven.Is this consistent or should we apply this commit to wicket-6.x as well?
Sorry, it's line 415
https://github.com/apache/wicket/blob/wicket-6.x/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js
- WICKET-5198 not applied to 6.x Andrea Del Bene
- Re: WICKET-5198 not applied to 6.x Andrea Del Bene
- Re: WICKET-5198 not applied to 6.x Martin Grigorov
- Re: WICKET-5198 not applied to 6.x Andrea Del Bene
