Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottom popup toolbar is getting cut off in Chrome with page zoom 175% #497

Closed
serg472 opened this issue Jul 17, 2015 · 5 comments
Closed

Comments

@serg472
Copy link

serg472 commented Jul 17, 2015

I use Chrome "43.0.2357.134 m" for Win7 with the default page zoom set at 175% (set in Chrome settings). This causes the bottom toolbar inside the uBlock extension popup to be cut off (see screenshot). To reproduce it change the default page zoom level in the settings and restart the browser.
untitled

@gorhill
Copy link
Owner

gorhill commented Jul 17, 2015

The browser limits the height of the popup, the max size of the popup is out of uBlock's control.

@serg472
Copy link
Author

serg472 commented Jul 17, 2015

The size of the popup is out of control, but the positioning of elements inside the popup isn't. The bug is in positioning elements, not browser not resizing the popup window.
At the very least an auto scrollbar can be easily added so if the content doesn't fit you can still get to the bottom somehow.

@gorhill
Copy link
Owner

gorhill commented Jul 18, 2015

The bug is in positioning elements

The bug is using much larger font size while the popup max size stays the same. Try 500% zoom, and see how this works.

@gorhill gorhill reopened this Jul 18, 2015
@gorhill
Copy link
Owner

gorhill commented Jul 18, 2015

I can make the scroll bars appear when the popup is not large enough on Chromium. However, they appears all the time with Firefox.

@gorhill
Copy link
Owner

gorhill commented Aug 5, 2020

I just tested with Chromium 84 and uBO 1.28.4 and this is no longer an issue, there is a vertical scrollbar appearing in case the popup panel is larger the the browser-supplied viewport.

@gorhill gorhill closed this as completed Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants