Fixing bug 258499. Gmail invite window treated as a popup, and is blocked. Need to permit popups from mousedown with the new popup blocker. r+sr=brendan@mozilla.org

This commit is contained in:
jst%mozilla.jstenback.com 2004-09-08 22:38:15 +00:00
parent 0881640487
commit cda0d2261b

View File

@ -412,7 +412,7 @@ pref("dom.allow_scripts_to_close_windows", false);
pref("dom.disable_open_during_load", false);
pref("dom.popup_maximum", 20);
pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
pref("dom.popup_allowed_events", "change click dblclick mousedown mouseup reset submit");
pref("dom.disable_open_click_delay", 1000);
pref("dom.event.contextmenu.enabled", true);