Open
Bug 1696514
Opened 5 years ago
Updated 11 months ago
nsContainerFrame::SetSizeConstraints() Should use the widget scaling factor
Categories
(Core :: Layout, defect, P1)
Core
Layout
Tracking
()
NEW
People
(Reporter: haik, Assigned: haik)
Details
(Whiteboard: [mac:multimonitor])
Attachments
(1 file)
In nsContainerFrame::SetSizeConstraints(), aPresContext->AppUnitsToDevPixels() is used to scale widget minimum and max size to LayoutDeviceIntSize units, however it is not guaranteed that the widget will have same scaling factor. Instead the widget's scaling factor should be used.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → haftandilian
Severity: -- → S3
Priority: -- → P1
Whiteboard: [mac:multimonitor]
| Assignee | ||
Comment 1•5 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•