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?
