Recent Posts by allenNH
|
May 11, 2007
|
Topic: Help/Bug / show(true) does not work in IE? When making a normal window created with “foo = new Window(...)” and then showing it with show(true), it is only “modal” in FireFox; in IE you can still interact with the main website that the window is hovering ‘over.’ I can’t use the “dialog” class as it doesn’t have the functionality I need everywhere, and has extra (close button etc) stuff that I don’t want. Has anyone seen and solved this issue? It should be reasonably easy since it does work in the “dialog” class windows. |