flex-users / flex-iframe

IFrame component for Flex applications.
github.com/flex-users/flex-iframe
120 stars 63 forks source link

IFrame Dashboard Example has problems #94

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by usmankha...@googlemail.com on 2009-12-13T14:46:42

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.

nicoulaj commented 13 years ago

Updated by Julien.N...@gmail.com on 2009-12-30T15:54:27

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/flexiframe/IFrame.html#bringIFrameToFront()

Original ticket set status to Accepted (we converted to open)