There is a script to solve a similar problem with CKEditor in a modal dialog, which can be found here
for Eric Hynds multi-element plugin, add the following code to the _allowInteraction function:
if ($(event.target).closest(".ui-multiselect-menu").length) { return true; }
leddy source share