[wp-trac] Re: [WordPress Trac] #3099: AJAX Responsiveness

WordPress Trac wp-trac at lists.automattic.com
Wed Sep 6 18:39:30 GMT 2006


#3099: AJAX Responsiveness
------------------------------------+---------------------------------------
 Reporter:  mdawaffe                |        Owner:  anonymous
     Type:  enhancement             |       Status:  new      
 Priority:  normal                  |    Milestone:  2.1      
Component:  Administration          |      Version:  2.1      
 Severity:  normal                  |   Resolution:           
 Keywords:  ajax listman prototype  |  
------------------------------------+---------------------------------------
Comment (by mdawaffe):

 3099b.diff

  1. New WP_Ajax_Response class outputting the following format:
 http://codex.wordpress.org/User:MDAWaffe/admin_ajax
  1. Can pass WP_Errors through XML to client.
  1. Fix onXXXXXX handlers.

 Still need to worry about the same old things:
  1. Since we update the display before the data is even fully sent, the
 user may browse away before the action catches. Solution not yet
 implemented. Will likely do something like tinyMCE does ("Don't go away,
 I'm still updating things!").
  1. Double posting the same request.
  1. Version is set to rand() in script loader to avoid caching. Obviously,
 this will change when it's been beaten down some more.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3099>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list