[tor-bugs] #16456 [Torbutton]: screen size fingerprint with findbar	panel
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Sun Jun 28 12:21:47 UTC 2015
    
    
  
#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
    
    
More information about the tor-bugs
mailing list