[Bug 281500] www/tor-browser: output in small rectangle only

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 05 Oct 2024 18:05:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281500

--- Comment #25 from Jesper Schmitz Mouridsen <jsm@FreeBSD.org> ---
Hi again,
The ones hit by the bug seems to report the screen size correctly to the
browser, so next approach..
I read some more code, but still cannot reproduce myself..
If you set 
privacy.resistFingerprinting.jsmloglevel 
to String Debug in about:config and open the browser console Menu more tools
Browser console: 

And then resize the window.. A snippet of my output without the is 
RFPHelper.jsm: _roundContentSize[0.531251312096796] RFPHelper.sys.mjs:38:19
RFPHelper.jsm: _roundContentSize[0.531251312096796] contentWidth=1800
contentHeight=900 parentWidth=1920 parentHeight=944 containerWidth=1920
containerHeight=944. RFPHelper.sys.mjs:38:19
RFPHelper.jsm: _roundContentSize[0.531251312096796] roundDimensions(1920, 944)
RFPHelper.sys.mjs:38:19
RFPHelper.jsm: _roundContentSize[0.531251312096796] roundDimensions(1920, 944)
= 1800 x 900 RFPHelper.sys.mjs:38:19
RFPHelper.jsm: _roundContentSize[0.531251312096796] setting size to
{"roundedDefault":{"--letterboxing-width":"var(--rdm-width,
1800px)","--letterboxing-height":"var(--rdm-height,
900px)"},"roundedInline":{"--letterboxing-width":"","--letterboxing-height":""}}

-- 
You are receiving this mail because:
You are the assignee for the bug.