Closed Patrick1701 closed 7 years ago
Hi Patrick,
Happy new year too! :) Hope that will be an exciting year! ;)
Yes, sorry about this bug, I introduced it by solving a github isssue. I fixed it recently; I think the fix is in 6.x branch too, but somehow the snapshot is not automatically deployed on that branch...
I will deploy next 6.x version over the next week-end...
Sorry for the inconvenience, Sébastien
Erratum: fix is not in wicket6.x
yet, only in wicket8.x
(cc284cf). I'll do it shortly...
Hi Patrick,
Wicket jQuery UI 6.26.0 is now released. Please reopen this issue if it is not working as expected.
Thanks & best regards, Sebastien.
Hi Sebastien, happy new year! :-)
We've found a problem, when using multiple kendo templates for a component.
This code uses the particular markup id of the component it is bound to.
KendoUITemplateBehavior:
when having another template for this component (e.g. in
Scheduler
, the editTemplate combined with the eventTemplate, (By the way, this bug should currently occure, when using both)), the ids are conflicting, because the are equal.We have this problem, when using different templates for different scheduler views. The first template wins...
We currently fix this issue by overriding
KendoUITemplateBehavior
for months withkind regards Patrick