Closed
Bug 406720
Opened 18 years ago
Closed 1 month ago
Audit all uses of window frames for resolution-independence-unsafe assumptions
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: stuart.morgan+bugzilla, Unassigned)
References
Details
Window frame coordinate systems cannot be assumed to be the same as those of
view (and therefore Gecko) coordinates. I believe from a quick glance and my experiments with simple pop tests that the nsCocoaWindow positioning and sizing code have bugs due to this, but there may well be other places.
See
http://developer.apple.com/documentation/UserExperience/Conceptual/HiDPIOverview/HiDPISupport/chapter_3_section_2.html
for reference, and bug 406719 for an example (in Camino) of the sort of thing this involves.
Updated•3 years ago
|
Severity: normal → S3
A lot has changed since this was filed, I doubt it's relevant any more.
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•