Hello dear ForeUI team,
working with the reference element I discovered an issue with the simulation of referred image element. Tested with latest version 3.803 on IE10, FF30, Opera19.
How to reproduce:
Create Image element + set source
Create Reference element + set Image element as target
Load simulation => No image displayed in the reference element
A closer look with Firebug shows for Image element:
img style=”position: absolute; width: 100%; height: 100%; border: 0px none; display: block;” src=”images/dock/0.png”>
For the referred Image element:
img style=”position:absolute;width:100%;height:100%;border:0px;display:none;”>
So it seems, that the image source is not set/loaded properly.
Setting the target for the reference by hand (with that custom function) works well.
Let me know, if you need more information.