PDA

View Full Version : Strange problem with PopUp & iFrame ....


aktell
05-02-2009, 06:46 AM
Hi there,

I’m working with a test project-application which has a PopUp window opening with an ‘iFrame’ in it. The app. does everything I wanted it to do plus a very strange problem which I can’t work out?

At this stage I select a Link Button to open the PopUp which opens as a Panel with a Control Bar showing two Link Button one for ‘show iFrame’ and one for ‘close PopUp’.

I click within the iFrame and everything works fine operating the Html page, BUT if I just click within the Panel or anywhere further outside the iFrame disappears leaving me with the blank Panel.

regards aktell

JeTSpice
05-03-2009, 07:50 PM
it seems that iFrames are not fully supported. I found this article:

http://www.deitte.com/archives/2008/07/dont_use_iframe.htm

a quote from it:
"...but some of the iframe content disappears until one of the flex controls gets the focus, at which time it all comes back. Very strange."

the solutions presented in this (6 month old) article don't seem to lend much promise. Perhaps it is possible to re-create the html using mxml components?