[tor-bugs] #9268 [TorBrowserButton]: Resizing the browser window does not take size of taskbars and DPI into account
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat Apr 5 08:54:13 UTC 2014
#9268: Resizing the browser window does not take size of taskbars and DPI into
account
-------------------------+-------------------------------------------------
Reporter: gk | Owner: mikeperry
Type: defect | Status: needs_revision
Priority: major | Milestone:
Component: | Version:
TorBrowserButton | Keywords: tbb-fingerprinting,
Resolution: | GeorgKoppen201403R, MikePerry201403R
Actual Points: | Parent ID:
Points: |
-------------------------+-------------------------------------------------
Comment (by cypherpunks):
Tested with slowdown box, screen size: 1024x768, two desktop pannels top
and bottom, avail size in result is 1024x706.
On initial resize (window.mozInnerScreenY - window.screenY) is zero,
diff_height counted as 82, so delta_fix is 41, then max dimension for
inner size counted as 1024x583, requested (rounded) 1000x500.
Resize on MutationObserver: (window.mozInnerScreenY - window.screenY) is
22, so delta_fix is 23, then max dimension for inner size is 1024x601,
requested (rounded) 1000x600.
Window on initial resize is smaller by height, but no about:tor page
rendered. It even visible how toolbars appended one by one. In result all
resizing looks like process of creating window and not like sudden resize
of window.
Is it what you observes or something else?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9268#comment:57>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list