Open
Bug 1374311
Opened 8 years ago
Updated 3 years ago
DPI not adjusting when moving FF windows between screens with different DPI settings
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: chris, Unassigned)
Details
(Whiteboard: tpi:+)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170518000419
Steps to reproduce:
System: Windows 10 Professional Version 1703 Build 15063.413 (has also been happening since before Creators update)
Main Display: 3840 x 2160 landscape with Windows DPI set to 150%
Secondary Display: 1080 x 1920 portrait with Windows DPI set to 100%
1) Run Firefox
2) Browse to any web page (FireFox window opens on high DPI (150%), main display)
3) Move the FireFox browser window to a monitor with a different DPI setting (mine is 100%)
Actual results:
The FireFox browser windows content ends up being much larger in all windows. If I modify the "layout.css.devPixelsPerPx" setting in about:config from "-1.0" to "1.0", the FireFox browser window's content looks 'normal'. However, if at this point I drag the window back over tot he high DPI display, the content is too small.
Expected results:
The FireFox browser window's content should have adjusted as it crossed the various monitors' DPI 'thresholds'. Chrome browser does this successfully.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Comment 2•8 years ago
|
||
I don't think this Windows issue is a dupe of a Linux issue. Widget has a very different implementation for each platform.
That said, bug 890156 should have added multi-monito DPI support on Windows. I don't know why it does not work on reporter's system.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: tpi:+
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•