flex-users / flex-iframe

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

Javascript error - Can't move focus to the control because it is invisible - IE6 #21

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by Kelvin.G...@gmail.com on 2010-07-22T18:31:07

What steps will reproduce the problem?

  1. This happens in IE 6 when using the IFrame

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.

nicoulaj commented 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.

nicoulaj commented 13 years ago

Does the bug happen in any other browser than IE6 ?