Just a quick note. On a Plone 4.3 upgrade I had pinned an old version of collective.js.jqueryui. This caused a few issues including a broken editing interface. The solution was to pin collective.js.jqueryui to the latest version (more importantly, the version that was compatible with Plone 4.3) which meant adding the following to the [versions] section of my buildout.
collective.js.jqueryui =
↧