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

Issue 722725 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

Create window with resizeable: false adds a thick black border around the window

Reported by lepp...@gmail.com, May 16 2017

Issue description

Chrome Version       : 58.0.3029.110 (64-bit)
OS Version: Windows 10 Enterprise, build 14393 
URLs (if applicable) :
Other browsers tested:
  Add OK or FAIL after other browsers where you have tested this issue:
     Safari 5: N/A
  Firefox 4.x: N/A
     IE 7/8/9: N/A

What steps will reproduce the problem?
1. I wanted to create a simple non-resizeable chrome app with the following javascript code that is part of the manifest.json file

chrome.app.runtime.onLaunched.addListener(function() {
  chrome.app.window.create('window.html', {
    'outerBounds': {
      'width': 380,
      'height': 720
    },
    "resizable": false
  });
});

2. The window.html file is bare-bone html

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
    Hello, world!
</body>
</html>

3. Enable "Developer Mode" in Chrome, find the app package and allow it. Select and run the app

What is the expected result?
I would expect the window to be at the specified size, non-resizeable and with an ordinary window

What happens instead of that?
Instead there is a thick black border around window.

Please provide any additional information below. Attach a screenshot if
possible.



 
Chrome bug.PNG
7.9 KB View Download
Labels: Needs-Triage-M58
Cc: brajkumar@chromium.org
Labels: Needs-Feedback
leppika@ Thanks for filing this issue, could you please provide a sample test case or extension by combining 1 and 2 as an attachment to test this issue from Chrome-TE end.

Thanks!
Status: WontFix (was: Unconfirmed)
Closing issue as Wontfix due to lack of feedback requested but not provided. If the issue still exists please open a new issue with the details requested.

Thanks..!

Sign in to add a comment