Closed
Bug 328231
Opened 20 years ago
Closed 10 years ago
\"window moved to offscreen position" messages are annoying
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: a, Assigned: a)
References
()
Details
Attachments
(1 file)
|
1.74 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
When debugging Mozilla, I get "window moved to offscreen position" messages a lot. I have multiple monitors, and the code was not taking multiple monitors into account. I've created and tested a patch that works for multiple monitors.
Reproducible: Always
Steps to Reproduce:
Run mozilla under debug with multiple monitors, and start mozilla on the monitor that is not primary.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #212803 -
Flags: review?(a)
Updated•17 years ago
|
Assignee: jag → nobody
| Assignee | ||
Comment 3•16 years ago
|
||
I think the fix was checked in as part of another bug fix.
Updated•16 years ago
|
Attachment #212803 -
Flags: review?(a) → review?(bent.mozilla)
Comment 4•16 years ago
|
||
Comment on attachment 212803 [details] [diff] [review]
Adds multiple-monitor support for offscreen warning
(In reply to comment #3)
> I think the fix was checked in as part of another bug fix.
Not in m-c at least.
Updated•16 years ago
|
Assignee: nobody → a
QA Contact: jrgmorrison → xptoolkit.widgets
Comment on attachment 212803 [details] [diff] [review]
Adds multiple-monitor support for offscreen warning
Sorry, I'm not a peer of this code.
Attachment #212803 -
Flags: review?(bent.mozilla)
Updated•16 years ago
|
Updated•16 years ago
|
Attachment #212803 -
Flags: review?(jmathies)
Comment 6•16 years ago
|
||
Comment on attachment 212803 [details] [diff] [review]
Adds multiple-monitor support for offscreen warning
+ if (aX < mi.rcMonitor.left || aX >= mi.rcMonitor.right || aY < mi.rcMonitor.top || aY >= mi.rcMonitor.bottom)
nit - wrap that to ~80 characters or so.
Attachment #212803 -
Flags: review?(jmathies) → review+
Comment 7•16 years ago
|
||
wow, I wonder if Aleks is still tuned in after four years?
| Assignee | ||
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•