Steffen
Well-known member
- Affected version
- 2.1.4
Consider the username
But the autocomplete doesn't work: No suggestions are shown after you type an
The problem seems to be that XenForo only looks at the part of the username following the last
M@tze
. You can mention him in a post by typing @M@tze
. This works fine.But the autocomplete doesn't work: No suggestions are shown after you type an
@
character followed by the first two characters: @M@
.The problem seems to be that XenForo only looks at the part of the username following the last
@
character:
JavaScript:
var lastAt = text.lastIndexOf(this.options.at);