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

Issue 783827 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Last visit 27 days ago
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

chrome.windows.create works with the condition 'focused' and 'minimized'

Project Member Reported by lima...@gmail.com, Nov 10 2017

Issue description

sample code:
```
chrome.windows.create({"focused": false, "state": "minimized" }, function(tab) { });
```

Expected:
 Windows should be created with minimized state.

Actual:
 window still appears on the screen despite "minimized" state requested
 

Comment 1 by lima...@gmail.com, Nov 10 2017

Description: Show this description

Sign in to add a comment