Closed Bug 328231 Opened 20 years ago Closed 10 years ago

\"window moved to offscreen position" messages are annoying

Categories

(Core :: XUL, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: a, Assigned: a)

References

()

Details

Attachments

(1 file)

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: jag → nobody
Is this still an issue?
I think the fix was checked in as part of another bug fix.
Attachment #212803 - Flags: review?(a) → review?(bent.mozilla)
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.
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)
Attachment #212803 - Flags: review?(jmathies)
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+
wow, I wonder if Aleks is still tuned in after four years?
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.

Attachment

General

Creator:
Created:
Updated:
Size: