fupdec / mediaChips

Manage your videos, add any metadata to them and play them.
https://mediachips.app
GNU General Public License v3.0
150 stars 20 forks source link

String text overlapping another items in a Meta Description #145

Open pvtmann opened 1 year ago

pvtmann commented 1 year ago

An String type of meta in the Meta Viewing page, is actually invading the neighbor data display making both texts overlapped and messing up with the visualization. It seems that some characters like "-" or "?" does wrap the line though, so i think it was programmed to wraponly in these cases, but in the text is to long like an URL it won't wrap or be hidden even when exceeding a lot of the regular space.

To Reproduce I think the image makes it easier to understand what does happen, but it requires a long String like URL, without the special characters that does break the line. However it can be forced by making the window narrower. Inverting the Data order (but using the same text) also makes the same problem, so is not because of the Link in the URL.

Expected behavior The first image is how i was using, so the URL gets to long and passes the space The second i have inverted the data order to make a test, but placed a long String, just to check if the problem was because of the link, not the text, but it seems that a large continuum String is what causes the problem. In the third image, I've add some spaces so it would wrap normally as expected.

Screenshots image image image

Desktop (please complete the following information):

Additional context Inverting the Data order solves partially the problem, but it might still happen in some cases.

pvtmann commented 1 year ago

Just to say, I've been using the software a lot know, so I decided to post anything that I find is not working perfectly even if it is just slightly. I other words, I'm going to be very annoying rsrsrs. But I just wanna say that MediaChips is incredible, and is far better than many others programs that I have tested. A great work indeed, and I really linking it a lot.

fupdec commented 1 year ago

Just to say, I've been using the software a lot know, so I decided to post anything that I find is not working perfectly even if it is just slightly. I other words, I'm going to be very annoying rsrsrs. But I just wanna say that MediaChips is incredible, and is far better than many others programs that I have tested. A great work indeed, and I really linking it a lot.

I will be glad if you create an issues. You make it clear and detailed. Thank you for your feedback on the program. I will make it better! For now, I'm busy with more global changes and I have my own development plan, but I will return to your issues.

pvtmann commented 1 year ago

This problem also seems to be already fixed in the Server Alpha version.