Closed
Bug 66823
Opened 25 years ago
Closed 25 years ago
2nd browser window open will open at 0,0
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
- start navigator, close all windows
- open one window and place it somewhere (not 0,0)
- close the window
- open a new one, notice that it's in the correct location
- open another one w/out closing the first.
Expected:
- should be offset slightly from first window, or heck, even in the same place
Actual:
- new window appears at 0,0
This is very frustrating for multi-monitor systems (like mine) as I like to have
my browser windows on the 2nd monitor. If I didn't work here, this would make me
trash ns6 and go to IE.
| Assignee | ||
Comment 1•25 years ago
|
||
giving to paul, cuz i know he'll do the right thing. I might take a look at
this...it shouldn't be that hard ;)
| Assignee | ||
Comment 2•25 years ago
|
||
easy fix for this, we weren't setting the port correctly in nsMacWindow::Move so
MoveWindow was never getting called in some cases. Taking over.
Assignee: pchen → pinkerton
| Assignee | ||
Comment 3•25 years ago
|
||
fixed. r=danm/a=ben
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: Browser-General → XP Toolkit/Widgets
QA Contact: doronr → sairuh
Updated•25 years ago
|
QA Contact: sairuh → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•