[buddypress-trac] [BuddyPress Trac] #5783: In Message compose screen the "send to" autocomplete fails
buddypress-trac
noreply at wordpress.org
Mon Jul 28 17:24:17 UTC 2014
#5783: In Message compose screen the "send to" autocomplete fails
------------------------------+---------------------
Reporter: imath | Owner: imath
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.1
Component: Messaging | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch commit |
------------------------------+---------------------
Changes (by imath):
* owner: => imath
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"8709"]:
{{{
#!CommitTicketReference repository="" revision="8709"
Make sure autocomplete feature is available in Message compose screen
As the autocomplete javascripts are now registered hooking
'bp_enqueue_scripts' with a priority of 1 since r8559, the function
{{{messages_add_autocomplete_js()}}} also needs to be hooked to
'bp_enqueue_scripts' but with a later priority (default one). Previously
it was hooked to 'bp_actions' which is too early for the javascripts to be
registered.
Fixes #5783
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5783#comment:2>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list