We're having an issue where when you drag an image to an HTML5smartimage in the dialog it updates the image just fine and everything works great. But to make things a bit more confusing when you go back into the editor after closing it, it's not loading the image.
In the console, I've noticed that it's reading the image from the FMA's content node structure. This only happens when you upload a file and it's trying to read the binary data from the node itself. To make things even more odd, it's referencing img.png which is the requestSuffix's property's value. Something just isn't lining up properly. In addition to that, in the console if you click the (i) button for the image it even shows the CORRECT value of the image path.
Example of what it's trying to load: /content/*site*/en/*section*/jcr:content/footer-FMA-A.img.png?cq_ck=1375993395374
And an example of what the URL should be: /content/dam/*site*/*section*/styles/footer/gear-cap.png
I have checked and this is about 90% in line with the page template comonent's image property node (in foundation). I made a few minor adjustments to align it 100% with that and there was no change. I even found someone else online that was having the issue and tried their solution of adding a resType as a child node to the image's component node in the dialog. This is found at the following URL:
http://forums.adobe.com/thread/1208345
Anyone have any thoughts as to what might be going on?