tensor5 / arch-atom

Repository of Atom and Electron binary packages for Arch Linux
48 stars 5 forks source link

Visual Bugs in the Settings View #38

Closed severen closed 8 years ago

severen commented 8 years ago

There seems to be some visual bugs in the settings view, I've attached a video as it's simpler than trying to explain.

The visual bugs happen when I launch Atom in safe mode as well, so I don't think it has anything to do with my packages. I'm running a completely updated (as of 11:51 PM NZST, 16/08/16), stock Arch system with the Nvidia drivers and Plasma 5.

tensor5 commented 8 years ago

Thanks for reporting.

severen commented 8 years ago

I'm currently at my PC, so if there's any more information you need, don't hesitate to ask.

tensor5 commented 8 years ago

I'm on Settings > Themes and I opened the developer console (CTRL+ SHIFT+ I). I don't understand why there is that extra vertical space in the body of <div class="section packages themes-panel">...</div>.

severen commented 8 years ago

Can you see it on your installed copy?

tensor5 commented 8 years ago

I can. Trying to share what I'm doing, in case somebody wants to help.

severen commented 8 years ago

Wohoo! Thanks for the speedy fix :)

What exactly was causing it, considering height: 100%; works in stock Atom?

tensor5 commented 8 years ago

height: 100% seems wrong to me regardless, I've know idea why that was not causing troubles in stock Atom. I'm going to open a PR in settings-view later on.