Assume that there are accounts foo_user
and bar_user
on the system.
Using a text field for which the Mentions module is enabled, enter "@foo_user @bar_user", with a single space between the two mentions. Save.
I find that the space is removed, leading to something like this (depending on the user IDs):
<a href="/user/11" class="mentions mentions-11">foo_user</a><a href="/user/16" class="mentions mentions-16">bar_user</a>
I have tested this using the Editor module. I checked the database, and the text field was saved as @foo_user @bar_user
(with a single space) so I do not think we can blame this on the Editor module.
I am calling this a Minor bug because
(a non-breaking space followed by a space), and that is preserved.None
None
None
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.