Re: [wicket-jquery-ui] Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-04-01 Thread Tobias Soloschenko
Hi, the fix should make it into the final version 8.0.0 I suggest. kind regards Tobias > Am 01.04.2017 um 16:34 schrieb Sebastien : > > As I primarily suspected, there is a JSON issue with the new library used > in Wicket-8 > https://github.com/openjson/openjson/issues/7 >

Re: [wicket-jquery-ui] Re: [ANNOUNCE] Apache Wicket jQuery UI 8.0.0-M5 Released

2017-04-01 Thread Sebastien
As I primarily suspected, there is a JSON issue with the new library used in Wicket-8 https://github.com/openjson/openjson/issues/7 For the time being, I will deploy the version based on Wicket-7 so you can enjoy the chart (and be stunned! :p) Best regards, Sebastien On Sat, Apr 1, 2017 at 5:07

Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Maxim Solodovnik
I'm afraid this is incomplete solution I can try to get all different AM/PM symbols, but solution seems to be incomplete :( According to this demo: http://demos.telerik.com/kendo-ui/datetimepicker/api Telerik own datetimepicker.value() JS getter returns GMT date/time Can it be used? On Sat, Apr

Re: Locale issue with kendoui local date time picker

2017-04-01 Thread Sebastien
Hi Maxim, Thanks for having looked into details! So, I am now doing a conversion as soon as the input is processed (#getInput). The conversion is performed in an utility method [1] which might be completed in the future (the user can still override DatePicker#getInput() or TimePicker#getInput()