Similar to T12366: Long Project names outgrow dropdown widget - long project names (see screenshot below) cause some issues in the policy dropdown list.
Although there's still plenty of space, they're cut off - leaving multiple indiscernible (due to a common prefix) projects in the list.
How to Reproduce?
- Create multiple projects with long names and the same prefix, e.g.:
- Group: Development
- Group: Development: External
- Group: Development: External: Project#A
- Group: Development: Internal: Applications
- Open any dialog which allows to define an ACL
- Try to select one of the projects from the policy dropdown
What happens
- The long project names are cut off prematurely
- The long project names are indiscernible
What should happen
- The project names shouldn't be cut off server-side, but using CSS' text-overflow: ellipsis property so the remaining space would be fully used, reducing the chances of ending up with indiscernible projects in the list
- Each project should have a tooltip (similar to the ones in the main application menu) which shows the full project name when hovering it.
Version Information
- phabricator 129483d5eac4a0a25f832f6ce57eebf72d610948 (Tue, Mar 7)
- arcanist 3b6b523c2b236e3724a1e115f126cb6fd05fa128 (Sat, Feb 18)
- phutil 13a200ca7621ab2b48a0c395f52f8c4411bbc686 (Sat, Mar 4)