Closed Bug 1312159 Opened 8 years ago Closed 7 years ago

Addon SDK window/utils openDialog feature issue

Categories

(Add-on SDK Graveyard :: General, defect)

x86_64
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: ettoolong, Unassigned)

Details

Attachments

(1 file)

3.31 KB, application/x-xpinstall
Details
Attached file testaddon5.xpi
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
OS: Unspecified → All
Hardware: Unspecified → x86_64
Component: Untriaged → General
Product: Firefox → Add-on SDK
Version: 49 Branch → unspecified
https://bugzilla.mozilla.org/show_bug.cgi?id=1399562
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: