-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long song name + artist text overflows into accuracy section on the profile Best Performance page #9360
Comments
what is the desired behavior here? cut-off or word-wrap ? |
Should be fixed similarly. |
I am working on this. it's indeed the same bug Edit: gave up due to lack of skills. To whoever wants to fix this, you need to prevent this container from overlapping with with this one |
The main problem here is that beatmap name is a |
As a side note, the web doesn't split the beatmap metadata, just straight up shows one full metadata string with a link to the beatmap itself, maybe consider going that way and easily fix this. (since lazer should match web anyways) |
Web version contains 2 separate strings as well, but the container is able to truncate the content |
Describe the bug:
Around the 1686x1269 resolution (native 4K monitor) very long song name + artist overflows into the accuracy and weighted section of the performance page. I don't know if mods are also affected similarly.
Reproduce
Screenshots or videos showing encountered issue:
![osu_2020-06-24_09-08-12](https://user-images.githubusercontent.com/10886082/85513179-0a277c00-b5fb-11ea-9683-49e70ca875b0.jpg)
osu!lazer version:
Local build from 2020-06-24
The text was updated successfully, but these errors were encountered: