[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #16456 [Torbutton]: screen size fingerprint with findbar panel
#16456: screen size fingerprint with findbar panel
-------------------------------------------------+-------------------------
Reporter: tmpAnon | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Torbutton | Version:
Keywords: findbar, css, screen size, screen, | Actual Points:
fingerprint | Points:
Parent ID: |
-------------------------------------------------+-------------------------
Hello,
when we are opening findbar panel (ctrl + F hotkeys) screen size will
changes.
You may see javascript properties:
height
width
availHeight
availWidth
You may fix this with css style like this:
@namespace
url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
findbar {
position: fixed !important;
bottom: 0px !important;
left: 0px !important;
width: 100% !important;
}
.findbar-closebutton.close-icon {
/*
* Do something with close findbar button
*/
}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16456>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs