Open
Bug 408476
Opened 17 years ago
Updated 2 years ago
Top-level windows possibly misplaced when using multiple screens
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
People
(Reporter: hwaara, Unassigned)
Details
In nsCocoaWindow::StandardCreate, a new window's Y origin takes account of the menubar, see this excerpt from the code:
...
if (mWindowType != eWindowType_popup)
rect.origin.y -= ::GetMBarHeight();
...
This should probably not be done on all connected screens without a menubar.
Updated•17 years ago
|
Component: Widget: Mac → Widget: Cocoa
QA Contact: mac → cocoa
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•