|
Hi Robert, thanks for reporting this. Which version of Magnolia are you on? Can you reproduce the bug on http://demoauthor.magnolia-cms.com? I tried but was not able to recreate the issue, i.e. at /demo-project/multimedia/video-player.html where you can assign multiple categories using a multiselect control. However this rings a bell, as something similar occurred to me some weeks ago. I had a dialog with a multiselect control and a custom control which imported jQuery in the dialog itself without using noConflict mode. This would basically let jQuery take over the $ variable as an alias for jQuery and conflict with Magnolia's own definition of the $. Eventually, this messed up a js object called MgnlDynamicTable (which is used by the multiSelect control) where the function call $(..) to retrieve the saved values returned a javascript error, hence no value was displayed.
|
|
Hello Frederico,
thank you very much for the respond. I am using the Version 4.5.24.5.2 for this project. I haven't had implemented any jQuery at the time the bug occurred (except the scripts included with the magnolia standart [@cms.init/] and [@cms.area name="htmlHeader" content=content/]).
I have now solved the problem, using a individual component and a content-area.
|