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.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T12270: Unbeta Badges
- Commits
- rPe0cd3062d5ab: Restrict all crumbs to 240 max width
Make a project with a really long name, test various crumb layouts, boards, tasks, desktop, mobile.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
What browser did you say you had issues with this on? Safari? I can't reproduce - tried Safari, Chrome, Firefox on Mac:
Comment Actions
Safari, issue was with looking at user profiles where the crumb was short (like "alice").
Comment Actions
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?
Comment Actions
"alice" is good, "alicy" is bad. "UPPERCASE" is good, "UPPERCASEy" is bad. So it depends on the last letter, I guess.