[buddypress-trac] [BuddyPress] #4966: Activity Post Form ajax submit enhancement

buddypress-trac noreply at wordpress.org
Wed May 1 18:48:13 UTC 2013


#4966: Activity Post  Form ajax submit enhancement
-------------------------+-----------------------------
 Reporter:  megainfo     |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Future Release
Component:  Theme        |     Version:  1.2
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------------
Changes (by r-a-y):

 * version:   => 1.2
 * component:  Activity => Theme
 * milestone:  Awaiting Review => Future Release


Comment:

 I think this is a very, good point; we need to do a better job for plugin
 devs to grab their form values so they can do whatever.

 However, depending on how many fields are in the form and how long the
 form values are, this could create a very long querystring, which could
 lead to a "414 Long Request" error.  See #4606 as another example of this.

 You could try using jQuery's ajaxSend() event handler:
 http://api.jquery.com/ajaxSend/

 It's a bit more work because you have to do this in your plugin, but see
 if that works.

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4966#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list