Firefox Popup Window Resize
01 Aug 2007For some reason, some popups in Firefox have been opening with the wrong size for the content displayed and the resize feature was disabled for the windows.
After some research, I found that in Firefox you can override this behavior by changing one of the many user preferences.
To do this <ol>
<li>Type about:config in the location bar and press enter</li>
<li>Search for the βdom.disable_window_open_feature.resizableβ entry</li>
<li>Change the boolean value from false to true</li>
</ol>
Setting this to true will prevent a window from disabling the resize feature.