closed
Public

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.

2 answers

Hi Oleg,

I confirm is a regression caused by V3.80 SP2. Older versions don’t have this problem. Seems we have to release SP4 very soon 🙂

#1

We fixed in V3.80 SP4 🙂

#2
  1. Confirm this. Thanks!

This question is now closed