Christian Flach

Results 104 comments of Christian Flach
trafficstars

I have a similar use case, but on template level. Each _event_ has _questions_, whereas **every** _event_ has three default questions. I would love to be able to define those...

> Impressive digging - so the fix is just changing `Value` to `Value&`? Hopefully, although the code didn't compile when doing this simple fix for the BaseSegmentIterator (and not only...

I have read some more about this and apparently it is impossible to model our SegmentIterators any better than STL LegacyInputIterators. We can't return a reference from our `dereference()` methods,...

> I also need to be able to Cancel the drop inside of the onSort() event using some logic. Is there a way with the existing js file to do...

> In my case they are moving across multiple Sortable lists tied to the same "group". Is there a generic Jquery way to "undue" the changes in the onSort() event?...

> @cmfcmf I need more information about these items if I am to be able to help. I've added more information to the first post. > I did attempt to...

I will have some time the next weekend and see what I can do.

Turns out I won't have time the next weekend :-1: I think this isn't a blocker though, and might even be postponed to something like 1.4.1 (if it'll ever exist)...