Titles longer than dont show the entire title #2317

Closed
opened 2019-03-10 22:20:39 +01:00 by Blanxs · 4 comments
Blanxs commented 2019-03-10 22:20:39 +01:00 (Migrated from github.com)

Titles longer than a certain length dont show the entire title, and there is no option available to view the entire title

You can reproduce by making a publish with a certain length title

Expected Behavior

Tell us what should happen.
The title should continue below on another line

Actual Behavior

Tell us what happens instead.
The title gets cut off

Suggested Solutions

Tell us your suggested solutions if you have any.

I suggest changing it so that the title continues below on another line instead of being cut off.
test

System Configuration

  • LBRY Daemon version:
  • LBRY App version:
  • LBRY Installation ID:
  • Operating system:

Anything Else

Screenshots

<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-desktop/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on live chat at https://chat.lbry.io --> ## Titles longer than a certain length dont show the entire title, and there is no option available to view the entire title ### You can reproduce by making a publish with a certain length title 1. 2. 3. ### Expected Behavior Tell us what should happen. The title should continue below on another line ### Actual Behavior Tell us what happens instead. The title gets cut off ### Suggested Solutions Tell us your suggested solutions if you have any. I suggest changing it so that the title continues below on another line instead of being cut off. ![test](https://user-images.githubusercontent.com/45955125/54091618-89d2fe00-4358-11e9-8f96-49f407ace191.png) ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. You can include a screenshot instead of typing it out --> <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: - LBRY App version: - LBRY Installation ID: - Operating system: ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
neb-b commented 2019-03-10 23:44:10 +01:00 (Migrated from github.com)

Thanks for the issue @Blanxs 🙂

This must only be for titles with no spaces in them, they wrap correctly with spaces. We just need to add: word-break: break-word to that css style.

Thanks for the issue @Blanxs 🙂 This must only be for titles with no spaces in them, they wrap correctly with spaces. We just need to add: `word-break: break-word` to that css style.
Blanxs commented 2019-03-10 23:49:58 +01:00 (Migrated from github.com)

Awesome! Thanks for the quick response 🙂

On Sun, Mar 10, 2019, 6:44 PM Sean Yesmunt notifications@github.com wrote:

Thanks for the issue @Blanxs https://github.com/Blanxs 🙂

This must only be for titles with no spaces in them, they wrap correctly
with spaces. We just need to add: word-break: break-word to that css
style.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/lbryio/lbry-desktop/issues/2317#issuecomment-471361812,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ar04NT5DfVRFdCEYwgYzFQARKzUH5c7Rks5vVYq7gaJpZM4bngtX
.

Awesome! Thanks for the quick response 🙂 On Sun, Mar 10, 2019, 6:44 PM Sean Yesmunt <notifications@github.com> wrote: > Thanks for the issue @Blanxs <https://github.com/Blanxs> 🙂 > > This must only be for titles with no spaces in them, they wrap correctly > with spaces. We just need to add: word-break: break-word to that css > style. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/lbryio/lbry-desktop/issues/2317#issuecomment-471361812>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/Ar04NT5DfVRFdCEYwgYzFQARKzUH5c7Rks5vVYq7gaJpZM4bngtX> > . >
johndoe01012 commented 2019-07-11 09:36:06 +02:00 (Migrated from github.com)

It fixed only on the media title, but for the channel title and channel URL, the longer text still doesn't show / overlay.

It fixed only on the media title, but for the channel title and channel URL, the longer text still doesn't show / overlay.
neb-b commented 2019-07-11 17:14:58 +02:00 (Migrated from github.com)

I've added ... to the end of long titles, but for titles that don't have spaces, or for claim previews, we aren't going to show the entire thing if it's past a certain length.

I've added `...` to the end of long titles, but for titles that don't have spaces, or for claim previews, we aren't going to show the entire thing if it's past a certain length.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#2317
No description provided.