lbryio / lbry-desktop

A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
https://lbry.tech
MIT License
3.56k stars 414 forks source link

Instances of string overflow #4331

Closed infinite-persistence closed 4 years ago

infinite-persistence commented 4 years ago

Bug Various instances of string overflow.

  1. Re-post » Long channel name causes the "new channel name" field to go off screen. (the screenshot below show it's still within the dialog, but I've seen instances where it's off screen due to super long channel-name) image

  2. Comments that are too long and without any spaces in the sentence causes the "Edit | Delete" button to not be visible. image

Expected behavior Need to either reflow or truncate with ellipsis or something.

System Configuration v0.46.0-rc.11

tzarebczan commented 4 years ago

Thanks for the issue. These are filed under https://github.com/lbryio/lbry-desktop/issues/3930 https://github.com/lbryio/lbry-desktop/issues/3697