Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil.

This commit is contained in:
mozilla.mano%sent.com 2006-04-08 10:11:19 +00:00
Родитель 6cf9a2e2f4
Коммит 14c946a216
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1389,7 +1389,8 @@ nsEventStateManager::BeginTrackingDragGesture(nsPresContext* aPresContext,
#ifdef CLICK_HOLD_CONTEXT_MENUS
// fire off a timer to track click-hold
CreateClickHoldTimer ( aPresContext, inDownFrame, inDownEvent );
if (nsContentUtils::GetBoolPref("ui.click_hold_context_menus", PR_TRUE))
CreateClickHoldTimer ( aPresContext, inDownFrame, inDownEvent );
#endif
}

Просмотреть файл

@ -1347,6 +1347,7 @@ pref("intl.keyboard.per_window_layout", false);
// Mac specific preference defaults
pref("browser.drag_out_of_frame_style", 1);
pref("ui.key.saveLink.shift", false); // true = shift, false = meta
pref("ui.click_hold_context_menus", true);
// default font name (in UTF8)