Closed
Bug 90580
Opened 24 years ago
Closed 24 years ago
-remote openFile and openUrl when orig window closed
Categories
(Core Graveyard :: X-remote, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lenbok, Assigned: blizzard)
References
Details
(Whiteboard: [xremote])
When the original browser window has been closed, running the openFile and
openUrl methods create a new, chromeless, window rather than choosing the next
existing browser window to display into.
Steps to reproduce.
1) Start mozilla
2) Open a new window (so you now have two)
3) Close the first window
4) Open a file using remote to use an existing window, eg:
mozilla -remote "openUrl(http://www.google.com/)"
Expected results:
Google page should show in the only existing window
Actual results:
A new window is opened without any chrome, showing the google page.
Subsequent remote calls open into this new chromeless window.
Assignee | ||
Comment 3•24 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•