Index: typo3/jsfunc.tbe_editor.js =================================================================== --- typo3/jsfunc.tbe_editor.js (Revision 2688) +++ typo3/jsfunc.tbe_editor.js (Arbeitskopie) @@ -77,7 +77,7 @@ // Handling of data structures: addElements: function(elements) { TBE_EDITOR.recentUpdatedElements = elements; - TBE_EDITOR.elements = $H(TBE_EDITOR.elements).merge(elements); + TBE_EDITOR.elements = $H(TBE_EDITOR.elements).merge(elements).toObject(); }, removeElement: function(record) { if (TBE_EDITOR.elements && TBE_EDITOR.elements[record]) {