One kiosk mode window transform all other (or new) window to kiosk mode
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
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:
- Open Firefox in normal mode.
- Open a new window with kiosk mode (firefox-bin -kiosk --new-window https://mozilla.org)
- 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)
Updated•3 years ago
|
Comment 1•2 years ago
|
||
Kiosk mode is supposed to have only one window opened per Firefox instance as it's running in fullscreen and can't switch focus.
Comment 3•1 year ago
|
||
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 ...
Updated•1 year ago
|
Updated•1 year ago
|
Comment 4•1 year ago
|
||
(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.
Comment 5•1 year ago
|
||
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.
Comment 6•1 year ago
|
||
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.
Updated•1 year ago
|
Description
•