rldjrsksl / flex-iframe

Automatically exported from code.google.com/p/flex-iframe
0 stars 0 forks source link

IFrame Dashboard Example has problems #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Problem 1
What steps will reproduce the problem?
1.Click on Dashboard example link
2.Expand first portal (Iframe 0)

It seems the Expanded portal is not correctly ordered above other portlets.

Problem 2
1.Click on Dashboard example link
2.Drag Iframe 2 over Iframe 1

It looks like iframe 2 does not render correctly during the drag.

Any ideas on whats happening here?

Thanks

Usman Khan

Dragging is not working as expected as 

What version of Flex-IFrame are you using? On what operating system and
which navigator (specify the version too)?

Please provide any additional information below, and a sample Flex 3
project reproducing the issue if possible.

Original issue reported on code.google.com by usmankha...@googlemail.com on 13 Dec 2009 at 2:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, this is not a bug but a not yet implemented feature. The dashboard example, 
is
here to show the limitations of the component too. The IFrame component does not
detect automatically z-indexes of components in the Flex application to reflect 
it on
the iframes in the DOM. May be one day... You can open a feature request for 
this.

In the meanwhile, if you want to do such things in your application, with 
overlapping
iframes, you will have to manage it manually, by calling this method when 
necessary
for example:
http://flex-iframe.googlecode.com/svn/trunk/flexiframe/doc/com/google/code/flexi
frame/IFrame.html#bringIFrameToFront()

Original comment by Julien.N...@gmail.com on 30 Dec 2009 at 3:54

GoogleCodeExporter commented 8 years ago

Original comment by Julien.N...@gmail.com on 14 May 2010 at 5:05