[buddypress-trac] [BuddyPress Trac] #3278: @mentions autosuggest support
buddypress-trac
noreply at wordpress.org
Sun Aug 3 20:52:05 UTC 2014
#3278: @mentions autosuggest support
------------------------------------+---------------------
Reporter: DJPaul | Owner: djpaul
Type: enhancement | Status: closed
Priority: normal | Milestone: 2.1
Component: Notifications | Version:
Severity: normal | Resolution: fixed
Keywords: dev-feedback has-patch |
------------------------------------+---------------------
Changes (by djpaul):
* owner: => djpaul
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8754"]:
{{{
#!CommitTicketReference repository="" revision="8754"
Activity: introducing @mentions auto-suggestions.
Activity has long-supported @mentions, where you can mention the name of
another user to get their attention in a conversation. You've always had
to know the exact username of the person you're trying to mention, or
you've been forced to go look it up. Now, when leaving an activity update
or reply, press `@` and then start typing someone's diaply name (or
user_nicename), and username suggestions will automatically appear below
where you're typing.
If the Friends component is active, and if the logged-in user has any
friends, those friends' details are used to pre-prime the username
suggestions for super-fast snappy suggestions. Suggestions are also
provided when writing a blog post comment.
This change has mostly been implemented using two third-party libraries,
At.js (https://github.com/ichord/At.js) and Caret.js
(https://github.com/ichord/Caret.js). Big thanks to those projects'
authors for their fine work, and also to Automattic's O2 team, who made a
number of CSS+JS tweaks/adaptions to At.js, which we've adopted. Props
also to karmatosed for design suggestions on the earliest implementation
of this feature, three years ago. :)
Fixes #3278
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3278#comment:50>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list