How to (kinda) fix Firefox’s showModalDialog
As someone who has had to write a lot of IE-only code (against my will, I swear!), I was pleased to hear that Firefox 3.0 added support for the IE JavaScript function window.showModalDialog. Being in the middle of re-writing an IE-only web application, I thought this would simplify rewriting the modal dialogs to be compatible with both browsers.
Unfortunately, I don’t think the folks at Mozilla put their best effort into this one.
Comments(2)