Page MenuHomePhabricator

Expanded long task title ("{T9999999}" markup) does not wrap in task description, so cannot be read fully
Open, LowestPublic

Description

There is a bug in Phabricator.

In the description of a task, a task is mentioned.

For example:

Bla bla bla bla bli bluuuuuuu T98582: The page displays a broken call to the template A when the needed template redir B was created recently, and the page gives no way to purge it

Expected result:

The name of the task can be read fully. It is not eaten. If necessary, it is cut on several lines. If really necessary, it is scrollable.

Observed result:

The name of the task cannot be read fully. It is eaten. It is not scrollable.

It would be nice to correct this bug.

Thank you.

Event Timeline

Let's test in a comment of a task:

Bla bla bla bla bli bluuuuuuu T98582: The page displays a broken call to the template A when the needed template redir B was created recently, and the page gives no way to purge it

Here, in a comment of a task, the situation is nicer: I can read the full text with scrolling.

But, in the description of a task, I cannot read the full text with scrolling.

Aklapper renamed this task from The text is eaten in the task description to Expanded long task title ("{T9999999}" markup) does not wrap in task description.Oct 21 2016, 2:09 PM
Aklapper triaged this task as Low priority.
Aklapper edited projects, added Phabricator (Upstream); removed Phabricator.

This happens because in the CSS, .phui-tag-view defines white-space: nowrap.

Nnemo renamed this task from Expanded long task title ("{T9999999}" markup) does not wrap in task description to Expanded long task title ("{T9999999}" markup) does not wrap in task description, so cannot be read fully.Oct 22 2016, 9:57 AM

(Workaround if the window width is more than 1005px: The complete task title can be read in a popup by putting the mouse pointer over it.

Aklapper lowered the priority of this task from Low to Lowest.Apr 14 2018, 1:54 PM