Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15445664
D15263.id36830.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
568 B
Referenced Files
None
Subscribers
None
D15263.id36830.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15263: Put boundary spaces around crumb names so double-clicking doesn't flip out
Attached
Detach File
Event Timeline
Log In to Comment