Page MenuHomePhabricator

D15263.id36830.diff
No OneTemporary

D15263.id36830.diff

diff --git a/src/view/phui/PHUICrumbView.php b/src/view/phui/PHUICrumbView.php
--- a/src/view/phui/PHUICrumbView.php
+++ b/src/view/phui/PHUICrumbView.php
@@ -73,12 +73,16 @@
->setIcon($this->icon);
}
+ // Surround the crumb name with spaces so that double clicking it only
+ // selects the crumb itself.
+ $name = array(' ', $this->name, ' ');
+
$name = phutil_tag(
'span',
array(
'class' => 'phui-crumb-name',
),
- $this->name);
+ $name);
$divider = null;
if (!$this->isLastCrumb) {

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 28, 3:21 PM (3 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7693795
Default Alt Text
D15263.id36830.diff (568 B)

Event Timeline