Skip to content
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

bug (YouTube - Settings): Setting titles get cut off when they can't fit on screen #2576

Closed
3 tasks done
KobeW50 opened this issue Jan 1, 2024 · 3 comments · Fixed by #2554
Closed
3 tasks done

bug (YouTube - Settings): Setting titles get cut off when they can't fit on screen #2576

KobeW50 opened this issue Jan 1, 2024 · 3 comments · Fixed by #2554
Labels
Bug report Something isn't working

Comments

@KobeW50
Copy link
Contributor

KobeW50 commented Jan 1, 2024

Bug description

Setting titles don't get line-wrapped and therefore get cut off if they don't fit the screen.

SmartSelect_20240101_135606

Screenshot_20240101_135149

Error logs

No response

Solution

Two possible solutions:

A) Wrap titles onto new lines just like descriptions.

B) Use shorter titles by convention.

Additional context

No response

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@KobeW50 KobeW50 added the Bug report Something isn't working label Jan 1, 2024
@LisoUseInAIKyrios
Copy link
Contributor

LisoUseInAIKyrios commented Jan 1, 2024

I think there's an option to line wrap the title instead of clipping the text. But then the titles look kind of weird when they take up more than 1 line.

I think the simplest solution is to rephrase the titles so they don't clip when displayed on most devices (and if they do clip on small screens, it can still be understood)

Maybe rename
Hide search result recommendations (e.g People also watched)
to something like
Hide 'People also watched' recommendations

show a toast when skipping automatically can still be understood even with the last bit clipped, as it's fully described in the summary. But maybe there's a suitable shorter title that also works.

@KobeW50
Copy link
Contributor Author

KobeW50 commented Jan 1, 2024

Maybe rename
Hide search result recommendations (e.g People also watched)
to something like
Hide 'People also watched' recommendations

Alternatively, it can be Hide search result recommendations, and then the example can be given in the description.

show a toast when skipping automatically can still be understood even with the last bit clipped, as it's fully described in the summary. But maybe there's a suitable shorter title that also works.

Maybe Notify when skipping automatically? The description will describe that it is a toast that notifies.

@LisoUseInAIKyrios
Copy link
Contributor

Yeah those sound ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants