X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;fp=roojs-debug.js;h=d3d565da626dc9d86d3d04ec0e2c3f125778f708;hp=dec319283e44b29b77d23948e58b6de327597f2e;hb=1941b2a4745372bea285e246d46b92b5c6653751;hpb=a6b3c6e8b30103cc0bea2dcde43baf2451d310f6 diff --git a/roojs-debug.js b/roojs-debug.js index dec319283e..d3d565da62 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -50397,10 +50397,12 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component, { } if (images.length > 0) { + // if they mix thse, then it's going to be messy... + var imgs = Array.from(d.getElementsByTagName('img')); + imgs.concat(Array.from(document.getElementsByTagName('v:imagedata'))); // not sure if we need array from here. - - Roo.each(d.getElementsByTagName('img'), function(img, i) { + Roo.each(imgs, function(img, i) { img.setAttribute('src', images[i]); }); }