Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Allow "right click context Menu" in Kiosk Mode + Private Window

  • 1 Antwort
  • 0 haben dieses Problem
  • 6 Aufrufe
  • Letzte Antwort von zeroknight

more options

Is there anyway to allow "right click context Menu" in Kiosk Mode + Private Window..?

Is there anyway to allow "right click context Menu" in Kiosk Mode + Private Window..?

Alle Antworten (1)

more options

Context menus are disabled in kiosk mode without any kind of exception:

function openContextMenu(aMessage, aBrowser, aActor) {
  if (BrowserHandler.kiosk) {
    // Don't display context menus in kiosk mode
    return;
  }