[buddypress-trac] [BuddyPress Trac] #5922: Private Message Sent-to dropdown broken
buddypress-trac
noreply at wordpress.org
Wed Oct 1 14:34:31 UTC 2014
#5922: Private Message Sent-to dropdown broken
--------------------------+------------------------------
Reporter: SeeingBlueS2 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Messaging | Version: 2.1
Severity: major | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by boonebgorges):
Hm, I'm not able to reproduce. Using TwentyThirteen, I go to
http://example.com/members/boone/messages/compose/?r=otheruser&_wpnonce=12345.
'otheruser' shows up as the default "Send To". Begin typing in the "Send
To" box. The box pops up.
Either something is preventing the JS from firing (like, it's not loading
on the page), or something's happening on the server that's preventing the
response from being loaded.
Next thing I'd check is to see whether an AJAX request is actually being
sent. Assuming you're using a Webkit browser (Safari or Chrome): Open your
Developer Tools; choose the Network tab; hit the little filter icon at the
upper left (looks like a funnel); click the XHR filter. Then try typing
into the Send To box to trigger an autocomplete. You should see a new POST
to admin-ajax.php.
If you do, click on the 'admin-ajax.php' text in the filter window to view
more details. Is a response being sent back? What is it? If you don't see
a response, check your server's PHP/Apache error logs to see if you can
find a server-level issue.
If you don't, view the source of your page to see whether a script called
'jquery.autocompletefb' is being loaded. If it isn't: are you blocking
deprecated files from being loaded on your BP installation?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5922#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list