barbushin / javascript-errors-notifier

Google Chrome and Firefox extension that notifies about JavaScritp errors by icon in address bar & popups
MIT License
205 stars 62 forks source link

Notifier notification is too small now #74

Closed kaiyoma closed 7 years ago

kaiyoma commented 7 years ago

Something changed recently with this plugin such that the red box is too small now for its content. Whenever it appears, I can barely see the text and there are horizontal and vertical scrollbars:

small-error-box

barbushin commented 7 years ago

Nothing was changed actually. Last update was released in November 2016. Also I can't reproduce it in my browser. Can you check it on some another machine?

kaiyoma commented 7 years ago

Unfortunately, I don't have access to another machine right now. I'm seeing this problem every time this notifier pops up. Maybe a recent Chrome update caused the change? I'm running Chrome 61.0.3163.91 on Windows 10. I'll try to add more screenshots as I encounter this issue.

barbushin commented 7 years ago

I'm also using Chrome 61. Try to click on extension popup when it's displayed, and press Ctrl+ - and Ctrl + + to zoom in/out. Maybe it's just a wrong scale.

kaiyoma commented 7 years ago

No, that doesn't help. The popup looks the same (scrollbars and obscured text) at all zoom levels.

tzikas97 commented 7 years ago

I was only able to reproduce it when I resized the window to a height of about 150px. The text gets "hidden" because .buttonsBlock has position: fixed;

Note that I have never experienced similar behaviour :smiley:

barbushin commented 7 years ago

@tzikas97 this is idea of current design - position of this buttons must be fixed :) question is mostly about popup height. We height is so small? I can't reproduce it in Ubuntu.

kaiyoma commented 7 years ago

I found a public web page that exhibits the issue pretty well: https://www.ifconfig.it/hugo/post/nfd16day1arista/

When I open that page, here's the popup that I see:

small-popup

barbushin commented 7 years ago

Done. It's deployed in 3.1.0 release that will be available in WebStore in 3-4 hours.