Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.0.6 GA
-
Fix Version/s: 6.2.0 CE M4
-
Component/s: UI, UI > JavaScript & CSS
-
Labels:
-
Similar Issues:
Description
Portlets configured with render-weight=0 fail executing h.delegate.syncTargets(); in d.refresh() due to the fact that d.layoutHandler is undefined.
var d = { ... refresh: function (i) { var h = d.layoutHandler; i = a.one(i); if (i) { h.delegate.syncTargets(); Liferay.Layout.updatePortletDropZones(i) } }, ... }

/html/js/liferay/layout.js