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.
,
May 25 2017
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!
,
May 23 2018
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 |
|||
Comment 1 by kavvaru@chromium.org
, May 16 2017