adding mouseup to the default list of events allowed to open popup windows. bug 247965 r=jst

git-svn-id: svn://10.0.0.236/trunk@158281 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm-moz%comcast.net 2004-06-22 02:34:28 +00:00
parent d5c10cb2ac
commit 1ff07ebc1b

View File

@ -414,7 +414,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 reset submit");
pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
pref("dom.event.contextmenu.enabled", true);