Long player names can overflow onto the play area
Closed this issue · 1 comments
Perhaps truncate them instead, with the full name revealed on tooltip? I'm not crazy about putting a hard limit on player name lengths, but I suppose we could. Even so, a reasonable length limit could allow overflow in some situations, so truncation, etc. is probably still needed.
I think just visually truncating them would be fine. Can you fiddle with
the CSS for where the player name is displayed (e.g. "overflow: none").
Maybe alt/title text could show the full name in the tooltip like you
suggest.
On Mon, Oct 20, 2014 at 6:53 PM, JackieChiles notifications@github.com
wrote:
Perhaps truncate them instead, with the full name revealed on tooltip? I'm
not crazy about putting a hard limit on player name lengths, but I suppose
we could. Even so, a reasonable length limit could allow overflow in some
situations, so truncation, etc. is probably still needed.—
Reply to this email directly or view it on GitHub
#163.