From f71a83f52e8ee037860bd81604e607ccb031b4df Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 10 Dec 2014 09:26:20 -0800 Subject: [PATCH] Add title to ObjectItemList headers for truncated displays Summary: Ref T6723. This allows you to hover over truncated headers and get the full text if needed. Test Plan: Hover over header, see full title {F248197} Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T6723 Differential Revision: https://secure.phabricator.com/D10958 --- src/view/phui/PHUIObjectItemView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/phui/PHUIObjectItemView.php b/src/view/phui/PHUIObjectItemView.php index 784342e953..67c4580163 100644 --- a/src/view/phui/PHUIObjectItemView.php +++ b/src/view/phui/PHUIObjectItemView.php @@ -329,6 +329,7 @@ final class PHUIObjectItemView extends AphrontTagView { array( 'href' => $this->href, 'class' => 'phui-object-item-link', + 'title' => $this->header, ), $this->header);