Closed
Bug 1196756
Opened 10 years ago
Closed 8 years ago
Private browsing should default to opening new pages in private windows
Categories
(Firefox OS Graveyard :: Gaia::Browser, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: callahad, Unassigned, NeedInfo)
Details
(Keywords: foxfood, Whiteboard: [systemsfe])
>> Feature Request Summary:
Private browsing should default to opening new pages in private windows
>> Description of feature, or problem to be solved
STR:
1. Open window in Private Browsing mode
2. Visit a website
3. Click and hold a link
4. Select "Open in new window"
What should happen:
1. The link loads in a new private window
What actually happens:
1. The link loads in a new normal window, exposing session data, adding history entries, etc.
All other browsers that I can test (Fx on Desktop + Android, Chrome on Desktop + Android, Safari on Desktop) refuse to open a public window from a link's context menu on a private one.
| Reporter | ||
Comment 1•10 years ago
|
||
The following CSS rule hides the non-private "Open in a new window" action from the long-press context menu in private windows.
.appWindow.browser.private button[data-id="open-in-new-window"] {
display: none;
}
I'm not entirely sure where this should go in Gaia, but I'm pretty sure it should go somewhere. :)
Updated•10 years ago
|
Whiteboard: [systemsfe]
Comment 3•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•