New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 825712 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Chrome , Mac
Pri: 3
Type: Bug



Sign in to add a comment

desktop-pwas: window.open() to in-scope URL opens new app window with an icon and page title

Project Member Reported by ortuno@chromium.org, Mar 26 2018

Issue description

What steps will reproduce the problem?
(1) Open app window
(2) Open console and run the following:

window.open(window.location.href, "_blank", "toolbar=no");


What is the expected result?
New app window should open. The window should look the same as the current app window. Alternatively a new popup should open.

What happens instead?
The new window has an icon and the page title.

This is probably inherited from Hosted Apps. We could special case Desktop PWAs but we may want to get rid of the feature entirely.
 

Sign in to add a comment