Closed
Bug 1273153
Opened 9 years ago
Closed 7 years ago
WebExtension: chrome.windows.create - created window has spurious shaded areas inside bottom and right edges
Categories
(WebExtensions :: Frontend, defect, P3)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: dw-dev, Assigned: kmag)
Details
(Whiteboard: triaged)
Attachments
(1 file)
19.86 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160502172042
Steps to reproduce:
I executed the following code:
chrome.windows.create({ type: "normal", tabId: aTabId, width: aWidth, height: aHeight },
function(newwin)
{
.....
});
Actual results:
A new window was created, but with two problems:
- the overall width and height were a few pixels larger than the aWidth x aHeight specified.
- there were spurious shaded areas above the bottom edge and inside the right edge of the window;
these shaded areas were the same colour as the title bar (in Windows 10) - see attachment;
these shaded areas disappear as soon as the window is dragged to a new position.
Expected results:
A new window should be created without the spurious shaded areas above the bottom edge and inside the right edge.
Summary: WebExtension: chrome.windows.create - created window has → WebExtension: chrome.windows.create - created window has spurious shaded areas inside bottom and right edges
Updated•9 years ago
|
Assignee: nobody → kmaglione+bmo
Whiteboard: triaged
I have done some more testing and this problem happens if the Title Bar has been disabled (Title Bar button not depressed in Customize window), but not if the Title Bar has been enabled.
Updated•8 years ago
|
Component: WebExtensions: Untriaged → WebExtensions: Frontend
Priority: -- → P3
Comment 2•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•7 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•