Sebastien Briquet

Results 48 comments of Sebastien Briquet

I'll try to have a look tomorrow (somehow it rings a bell...)

I tested against `wicket-kendo-ui-7.15.0` and `wicket-kendo-ui-8.10.0` and it works as expected (see image bellow). When I mentioned that it rings a bell, I know remember that it used to be...

Oh, seems you are right! That's surprising because the release tag exits.... I will re-roll the release on Saturday...

Oh, I would not have expected that at all! I will have a look this weekend...

Ok, found the issue. It easy to fix but may have some side effects. I need to assess the risk of silent breaks... For now the workaround is also trivial,...

Well, the question to solve is how we can do it in pure jQuery UI? I spent some time trying to find relevant example, the closest I found is this...

Hi, I think this can be handled (and activated trough a `#isEnterEventEnabled` or something similar) I will look at this... Best regards, Sebastien. _Note for me:_ ``` javascript $('#DialogTag').keypress(function(e) {...

Hi, That's another approach, well done! I will think further on this topic probably next week... Thanks & best regards, Sebastien.

Hi, I assume that's because the "submit" event is attached to `AjaxFormSubmitBehavior`... There is several ways to cancel to normal submit, but these should be tested in this specific case:...

Hi, Is there any plan for this one? I am also stuck with the "required" key... Here is a simple unit test if it can save some time :) https://github.com/sebfz1/jackson-issues/tree/master/issue-09...