the same for me too.
in layout.js, when I try added a portlet to my page I have an error.
1
2_onReceive: function(event, ui) {
3 var instance = this;
4
5 if (ui.element[0].className.indexOf('empty') > -1) {
6 ui.element.removeClass('empty');
7 }
8 },
ui.element is undefinedAnother issue happen when I drag popups, they disappears until I drop them.
It's really useful if we can upgrade to jquery 1.3.2 because its performance improvements.
Please sign in to flag this as inappropriate.