Page MenuHomePhabricator

Restrict all crumbs to 240 max width
ClosedPublic

Authored by chad on Feb 15 2017, 9:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 2:24 AM
Unknown Object (File)
Tue, Apr 23, 9:16 PM
Unknown Object (File)
Tue, Apr 23, 9:16 PM
Unknown Object (File)
Tue, Apr 23, 9:15 PM
Unknown Object (File)
Tue, Apr 23, 9:15 PM
Unknown Object (File)
Tue, Apr 23, 5:18 PM
Unknown Object (File)
Wed, Apr 17, 3:32 AM
Unknown Object (File)
Wed, Apr 10, 3:58 AM
Subscribers

Details

Summary

Ref T12270. Any project, badge, dashboard, etc, that uses names in crumbs can over generate a long title. Restrict to a sane but generous width.

Test Plan

Make a project with a really long name, test various crumb layouts, boards, tasks, desktop, mobile.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 15 2017, 9:03 PM
This revision was automatically updated to reflect the committed changes.

What browser did you say you had issues with this on? Safari? I can't reproduce - tried Safari, Chrome, Firefox on Mac:

pasted_file (1×2 px, 317 KB)

Safari, issue was with looking at user profiles where the crumb was short (like "alice").

(It would incorrectly render as "ali..." although there was plenty of room for it.)

yeah I can't reproduce that either. are you on an older Safari?

Seems dependent on the name, let me see if I can get you a better idea of what the repro case is.

Bad:

  • hector
  • joedecker
  • Joey
  • ducksey

Good:

  • joseph
  • alice
  • jsmith
  • sloth
  • pidgeon
  • omnibus
  • tortise-list
  • nnn
  • UPPERCASE
  • chrome
  • saurus

Uh no idea, maybe ending in "r" or "y"? Probably something about font metrics?

Yeah, I tried a dozen usernames, I can't reproduce it.

pasted_file (956×1 px, 182 KB)

oh ok, hector reproduces it.

"alice" is good, "alicy" is bad. "UPPERCASE" is good, "UPPERCASEy" is bad. So it depends on the last letter, I guess.