Recent Posts by allenNH

Subscribe to Recent Posts by allenNH 1 post found

May 11, 2007
Avatar allenNH 1 post

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.