Closed Bug 1736963 Opened 4 years ago Closed 1 year ago

One kiosk mode window transform all other (or new) window to kiosk mode

Categories

(Core :: Widget: Gtk, defect)

71 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1698634

People

(Reporter: sergio+it, Unassigned)

References

Details

+++ This bug was initially created as a clone of Bug #1605267 +++

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0

Steps to reproduce:

  1. Open Firefox in normal mode.
  2. Open a new window with kiosk mode (firefox-bin -kiosk --new-window https://mozilla.org)
  3. Close the kiosk mode window
    4.1 Fullscreen a the first window and exit fullscreen or
    4.2 Open a new window

Actual results:

4.1 The original non kiosk mode window is now in kiosk mode (tabs and url bar hidden)
4.2 Kiosk mode window opened

Expected results:

4.1 Working as before (as a normal window)
4.2 Non kiosk mode window opened (tabs and url bar are visible)

Severity: normal → S3

Kiosk mode is supposed to have only one window opened per Firefox instance as it's running in fullscreen and can't switch focus.

Duplicate of this bug: 1913896

So there's no plan to fix it? If you have multiple monitors - running kiosk on one monitor and a normal browser on the other is a perfectly normal scenario ...

Flags: needinfo?(jmathies)
Component: General → Widget: Gtk
Flags: needinfo?(jmathies)
Severity: S3 → --

(In reply to evgeni.petrov from comment #3)

So there's no plan to fix it? If you have multiple monitors - running kiosk on one monitor and a normal browser on the other is a perfectly normal scenario ...

You may use fullscreen mode for it (F11 key). Kiosk mode is supposed to run as exclusive and only desktop app.

This is a valid bug.

I have the following command in a .desktop file:

firefox --kiosk --new-window  teams.microsoft.com

The purpose it serves is to double click on it and open the specific website as a Progressive Web App on its own window, without wasting space for address bar etc. The advantage is that it re-uses the already running Firefox profile, where I have many other normal windows open.

The bug here is that after this command, the behaviour of the already running firefox profile is altered: Ctrl-N does not open new window normally, but only in undecorated full-screen kiosk mode. There is no way to revert the behaviour without closing everything and restarting.

Yes, I understand you. OTOH kiosk mode is intended as single-window full screen only. What you use is actually a bug in Firefox Kiosk mode. For PWA you should use an extension (https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/ for instance) as native PWA support was removed from Firefox.

Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1698634
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.