FossifyOrg / General-Discussion

A place for discussing all apps in general plus anything else you want to say.
https://www.fossify.org
65 stars 3 forks source link

Long file paths are not properly displayed #73

Open Vsnmrn opened 6 months ago

Vsnmrn commented 6 months ago

Hi ! I first reported this bug in the Simple File Manager repo #758 but I prefer to republish it in general issues as I know the problem already affects Fossify Gallery.

When browsing the file explorer, a long file path can be superimposed on the "internal" or "SD card" button, making it difficult to click. This also happens when you select a destination to copy or move file (e.g. in the gallery when you are moving a photo).

I can't support you financially for now so I hope this will help you a little. Thank you for your work ;)

min7-i commented 6 months ago

I don't know if you're already aware of this, but you can swipe horizontally on the folder path. If you swipe completely to the right, you should be able to tap on the "internal" / "SD card" button without any issues:

folder path swipe (Benutzerdefiniert) (1)

In general, I agree that it would be easier if the overlapping part would move behind the "internal" / "SD card" button.

Vsnmrn commented 6 months ago

I was indeed aware, but thank you for specifying it anyway. So it is true that the bug is above all graphic.

Besides, it makes me think that I forgot a detail, namely that the bug appeared in Simple File Manager v6.16.1, it was not present in v6.16.0. At the time I reported the problem I had looked at all the changes between these 2 versions in the GitHub history. As I am not a programmer, I could not deduce anything from it, but maybe someone more experienced could do it.

Aga-C commented 6 months ago

In version 6.16.0 it wasn't exactly working correctly. The button wasn't transparent, so it looked better, but you could still see fragments of text on the left of it:

RokeJulianLockhart commented 4 months ago

https://github.com/FossifyOrg/General-Discussion/issues/73#issue-2068844756

It should wrap, ideally. File paths can become long enough on AOSP's EXT4 FS that that would be necessary. Otherwise, at least add a scrollbar, and/or make it editable upon request as https://apps.kde.org/en-gb/dolphin/ does.