jannispinter / indicatetls

Addon for Mozilla Firefox that displays the TLS protocol version of websites you visit
https://addons.mozilla.org/firefox/addon/indicatetls/
Mozilla Public License 2.0
64 stars 12 forks source link

bad look #9

Open 532910 opened 5 years ago

532910 commented 5 years ago

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 commented 5 years ago

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. 3) 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 commented 5 years ago

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

jannispinter commented 5 years ago

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.