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

bad look #9

Open
532910 opened this issue Oct 29, 2019 · 3 comments
Open

bad look #9

532910 opened this issue Oct 29, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@532910
Copy link

532910 commented Oct 29, 2019

image

  1. There are a log of space but it's truncated.
  2. It's impossible to see other columns
  3. Why it grows from the hamburger button while the gree button was pressed. It should look so:
    image
@jannispinter jannispinter added the bug Something isn't working label Oct 29, 2019
@jannispinter
Copy link
Owner

Thanks! This is indeed a bug, it happens on screens with a limited horizontal resolution.

  1. Seems like the popup grows to the right starting from the icon in the address bar, ignoring how much space there is available to the right.
  2. I can reproduce this when I resize my browser window, seems like a bug in Firefox itself though.

I will look into it and see what we can do to fix this. Can you tell me your screen resolution?

@532910
Copy link
Author

532910 commented Oct 29, 2019

firefox window size (and monitor) is 1200x1600 (portrait)

@jannispinter
Copy link
Owner

Thanks!

The popup actually grows to the right or to the left, depending on where it fits better. In your case however, the popup is so large that it doesn't fit in either direction.

Proper solution would be to somehow centre it, or align it to the left/right side of the screen so that it is fully visible if it is too large otherwise. We could also add a scroll panel so that it is usable even on very low resolution displays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants