Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

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

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 19 回表示
  • 最後の返信者: 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..?

すべての返信 (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;
  }