tree-view-open-files icon indicating copy to clipboard operation
tree-view-open-files copied to clipboard

Entire editor gets shifted partially off the screen occasionally

Open forivall opened this issue 10 years ago • 2 comments

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 avatar Jun 18 '15 05:06 forivall

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.

forivall avatar Jun 18 '15 07:06 forivall

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

skandasoft avatar Aug 02 '15 02:08 skandasoft