Closed
Bug 1312159
Opened 9 years ago
Closed 8 years ago
Addon SDK window/utils openDialog feature issue
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: ettoolong, Unassigned)
Details
Attachments
(1 file)
|
3.31 KB,
application/x-xpinstall
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20160916101415
Steps to reproduce:
require("sdk/window/utils").openDialog({
name: "test",
url: "https://www.mozilla.org",
features: "minimizable,chrome,titlebar,alwaysraised,centerscreen,private,width=500,height=500"
});
Actual results:
[test on Firefox 49]
1. openDialog features bug -> alwaysraised:
Windows 10 - Right behavior
Mac 10.12 - Not working, window not be set to top
Ubuntu 16.04 - Not working, window always set to top
2. openDialog features bug -> resizable:
Windows 10 - Right behavior
Mac 10.12 - Right behavior
Ubuntu 16.04 - Not working, window always resizable
3. openDialog -> open two windows with the same name:
Windows 10- Right behavior, open two windows
Mac 10.12 - Wrong behavior, the second window replace the first window
Ubuntu 16.04 - Right behavior, open two windows
Component: Untriaged → General
Product: Firefox → Add-on SDK
Version: 49 Branch → unspecified
Comment 1•8 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•