postcasio / tree-view-open-files

Atom package to show open files in a list above the tree view. (like Sublime Text)
MIT License
27 stars 20 forks source link

Entire editor gets shifted partially off the screen occasionally #20

Open forivall opened 9 years ago

forivall commented 9 years ago

I don't know if it's a conflict with a different extension, but it occurs with my modded adwaita theme, and with the default light theme, both on Windows and Linux.

It occurs often, but not all the time, usually when opening or closing various files from the normal tree view.

Screenshot

I'll experiment with turning off all other addons to see if it still occurs.

The one thing that works is that sometimes, switching files with then later fix it, and also, opening up the developer tools and toggling on and off overflow: hidden on the <atom-workspace> element will also fix it, but only temporarily.

However, after fixing it with the overflow: hidden toggle, after switching back to my normal theme, it happens again.

Imgur

Edit: it seems that, overflow: hidden gets re-enabled. forcing it on the element style to force overflow: visible seems to be fixing it for now Imgur

forivall commented 9 years ago

I figured out how to reproduce it reliably: it always happens when closing a tab, where the number of tabs decreases. This bug probably has something to do with however atom or atom shell calculates the size.

skandasoft commented 9 years ago

I also have this same issue ...https://discuss.atom.io/t/hide-tree-package-wierd-css-error/19488/4