Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15401278
D19742.id47171.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
933 B
Referenced Files
None
Subscribers
None
D19742.id47171.diff
View Options
diff --git a/src/applications/differential/mail/DifferentialInlineCommentMailView.php b/src/applications/differential/mail/DifferentialInlineCommentMailView.php
--- a/src/applications/differential/mail/DifferentialInlineCommentMailView.php
+++ b/src/applications/differential/mail/DifferentialInlineCommentMailView.php
@@ -446,7 +446,18 @@
'style' => implode(' ', $link_style),
'href' => $link_href,
),
- pht('View Inline'));
+ array(
+ pht('View Inline'),
+
+ // See PHI920. Add a space after the link so we render this into
+ // the document:
+ //
+ // View Inline filename.txt
+ //
+ // Otherwise, we render "Inlinefilename.txt" and double-clicking
+ // the file name selects the word "Inline" as well.
+ ' ',
+ ));
} else {
$link = null;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 18 2025, 4:46 PM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7710142
Default Alt Text
D19742.id47171.diff (933 B)
Attached To
Mode
D19742: Add a space after "View Inline" in mail to prevent double-click on the filename from selecting "Inline"
Attached
Detach File
Event Timeline
Log In to Comment