privacybadgerfirefox-legacy icon indicating copy to clipboard operation
privacybadgerfirefox-legacy copied to clipboard

View problem in small screens

Open cemunal opened this issue 9 years ago • 8 comments

I have a view problem in my small screen netbook. ( 1024 x 600 ) bug

cemunal avatar Aug 28 '15 12:08 cemunal

if you use the browser scrollbar does that bring the bottom of privacy badger into focus?

cooperq avatar Aug 31 '15 19:08 cooperq

If I click the scrollbar of browser, Privacy Badger doesn't seem. It hides own.

cemunal avatar Sep 07 '15 18:09 cemunal

You don't have to click the scrollbar to scroll - see if the focus remains on the browser after opening PB such that you can scroll with arrow keys or a scroll-wheel.

fiskr avatar Sep 22 '15 12:09 fiskr

The focus does not remains on the browser after opening PB. If PB is open; mouse is able to scroll on it or Mozilla Firefox but PB does not fit my screen. ( The screenshot is fullscreen mode of Mozilla Firefox ) 2015-09-22-151444_1024x600_scrot

cemunal avatar Sep 22 '15 15:09 cemunal

I think this could be fixed by setting the div height for the list of trackers to be a percentage height instead of a fixed height, then when it is scaled down in smaller browsers it should still display everything.

cooperq avatar Sep 22 '15 18:09 cooperq

Thanks to all developers.

cemunal avatar Sep 22 '15 19:09 cemunal

@cooperq I am used to using developer tools in the browser to inspect what I'm working on - this doesn't seem to work for the add-on. Is there some way to do something equivalent so I'm not stumbling in the dark on this?

I think I found a div that sounds like what you mentioned above. <div id='trackers' style="display:none; height: 50%" data-l10n-id="trackers"> I put that height on there. This is what it looks like on a resolution of 1024 x 640: screen shot 2015-09-24 at 09 05 55 (Sorry @cemunal , can't get it to be only 600).

I'm not suggesting I should style it with an inline height like that - I just want to know I have the right div so I can add it to the CSS.

EDIT: Changing the height to 30% doesn't do much - so I am thinking the display none isn't being taken off by the js, or I have the wrong div. :/ Any ideas?

fiskr avatar Sep 24 '15 13:09 fiskr

hmm I will have to look into it. To answer your other question there is no way to get developer tools to inspect extension panels unfortunately. It's a pain in my ass.

cooperq avatar Oct 02 '15 20:10 cooperq