flex-users / flex-iframe

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

IFrame(child container) still visible after closing the Title Window(parent Container) #13

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by tuliptau...@gmail.com on 2010-12-02T09:04:17

What steps will reproduce the problem? Run the application and then, 1.Click the link button labelled "Click me" 2.Close the pop up window which is a Title Window 3.Do the same process a couple of times.

What is the expected output? What do you see instead? Whenever the Title Window is closed the IFrame should also be removed from the view.

But right now, when the Title Window is closed the IFrame does not get removed from the view.

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

Did you follow the users guide ? Particularly, did you set "wmode" to "opaque" ? Yes

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