Open nicoulaj opened 13 years ago
Updated by schioche...@gmail.com on 2010-09-28T16:00:32
I got the same bug in my application. It is an application container written in Flex, aiming to launch sub-applications in a tab-based view. Each sub application is a Flex Module, which embed a Flex IFrame. I got the same JS error message as you from IE. I suspect that this message does not come from the JS of the IFrame component itself, but from the sub-applications JS code themselves. I noticed it because I could not reproduce the bug for all the URLs I was opening in the IFrames.
Does the bug happen in any other browser than IE6 ?
Originally filed by Kelvin.G...@gmail.com on 2010-07-22T18:31:07
What steps will reproduce the problem?
What is the expected output? What do you see instead?
What version of Flex-IFrame are you using? On what operating system and which navigator (specify the version too)? Version 1.4.6, Windows XP, IE 6
Did you follow the users guide ? Particularly, did you set "wmode" to "opaque" ?
Please provide any additional information below, and a sample Flex 3 project reproducing the issue if possible.