os-js / osjs-filemanager-application

OS.js File Manager Application

Home Page:https://manual.os-js.org/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Folder names cut short in the left pane

valp124 opened this issue · comments

It would super cool to see full folder names in the left pane of the File Manager. Example of how the names get cut short:

image

(Note that expanding the pane doesn't have an effect on the width of the names column.)

Only if it's not too much work!

The pane expansion should take care of the shrinking text 🤔 What browser are you on here ?

Also, can you reproduce this on https://demo.os-js.org/ ?

Just pinging you here because I'm doing a cleanup of stale issues 😊

Interesting. I'm seeing this on Chrome and Edge, haven't tested FF. BUT: https://demo.os-js.org/ works just fine in Edge. So what might I be doing wrong?...

Edge

If you have the latest Edge, then it's basically Chrome, so it should be identical here now (thankfully).

So what might I be doing wrong?...

Might not be doing anything wrong. My immediate thought here is that there might be some custom CSS that is not scoped correctly and bleeds over to a GUI component or something in the Filemanager layout.

Ah, could be. Let me see if I can spot anything in the dev tools...

If you know your way around devtools DOM inspector, then you can mark the icon or text inside a row, then go downward until you get to the element that should be 100% wide (will be obvious, because all elements should be 100% wide there). Then screenshot the CSS rules to me.

I don't see that anything is bleeding... Here it is, let me know if you want to see more.

image

Hm. Don't really see anything. Would it be possible to do a TeamViewer or something (and send me the login via Gitter) ?

Sure thing. TeamViewer is blocked for me, but Hangouts maybe?

Let's continue this discussion on Gitter 🤓

Sure

My immediate thought here is that there might be some custom CSS that is not scoped correctly

Even if my memory is going, my instincts are still on point 😂