Verified as Fixed on the latest Nightly (109.0a1/20221117214129) and Beta (108.0b3/20221117185908). Tested on Windows 10 x64. These are the results I obtained using the attached extension and provided STR: Nightly (109.0a1/20221117214129) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1536 backgroundscript.js:29:11 window.screen.availWidth: 1536 backgroundscript.js:30:11 window.screen.height: 864 backgroundscript.js:31:11 window.screen.availHeight: 824 Beta (108.0b3/20221117185908) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1536 backgroundscript.js:29:11 window.screen.availWidth: 1536 backgroundscript.js:30:11 window.screen.height: 864 backgroundscript.js:31:11 window.screen.availHeight: 824 I’ve also tested Release again just to have a comparison. Results are below. Release (107.0/20221110173214) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1920 backgroundscript.js:29:11 window.screen.availWidth: 1920 backgroundscript.js:30:11 window.screen.height: 1080 backgroundscript.js:31:11 window.screen.availHeight: 1030 The results on Nightly and Beta appear to be the ones that were desired, thus confirming the fix.
Bug 1798213 Comment 45 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Verified as Fixed on the latest Nightly (109.0a1/20221117214129) and Beta (108.0b3/20221117185908). Tested on Windows 10 x64. These are the results I obtained using the attached extension and provided STR: Nightly (109.0a1/20221117214129) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1536 window.screen.availWidth: 1536 window.screen.height: 864 window.screen.availHeight: 824 Beta (108.0b3/20221117185908) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1536 window.screen.availWidth: 1536 window.screen.height: 864 window.screen.availHeight: 824 I’ve also tested Release again just to have a comparison. Results are below. Release (107.0/20221110173214) - 15” laptop display with 125% scaling, 1920x1080 and no external monitors connected window.screen.width: 1920 window.screen.availWidth: 1920 window.screen.height: 1080 window.screen.availHeight: 1030 The results on Nightly and Beta appear to be the ones that were desired, thus confirming the fix.