Henri Bergius
Henri Bergius
@dbu @uwej711 builds are passing now on master again, please rebase
@scottgonzalez thanks for the offer! I think I have most of the issues fixed now. In both Create.js and Hallo we're using a lot of "sub-widgets", and so http://bugs.jqueryui.com/ticket/7810 broke...
@scottgonzalez ok, is there an easy way to see the namespace of a widget? This feels quite messy: https://github.com/bergie/create/blob/master/src/jquery.Midgard.midgardEditable.js#L327
@wimleers the issue I discussed with @scottgonzales above is that now to retrieve a widget instance, we need to do a _data_ call with _namespace-widgetname_ instead of just _widgetname_ as...
@wimleers I'm assuming the custom widgets in Edit are registered to the Drupal namespace to have events named like 'drupaleditablechanged' instead of the default Midgard ones
@wimleers yeah, that sounds like a plan. We should add namespace to the widget configs (for example when configuring editing widgets
I just pushed some fixes that should help in running against both jQuery UI 1.10 and earlier. All widgets used with Create still have to be in the _Midgard_ namespace,...
@flack removal of the minified version was on purpose. As for creating items, could you debug that a bit more? The raw JSON sent to server would help, as would...
@flack given that both attributes are in the POST data, I suspect the issue is on the server end
I think given the state of development, the next sensible place to tag is when we get jQuery UI 1.10 compatibility solidified, as mentioned in #173