[wp-trac] Re: [WordPress Trac] #9676: Bulk action request not properly caught

WordPress Trac wp-trac at lists.automattic.com
Sun May 3 19:30:49 GMT 2009


#9676: Bulk action request not properly caught
-----------------------+----------------------------------------------------
  Reporter:  gmpfree   |        Type:  defect (bug)
    Status:  reopened  |    Priority:  normal      
 Milestone:  2.8       |   Component:  Media       
   Version:  2.7.1     |    Severity:  normal      
Resolution:            |    Keywords:              
-----------------------+----------------------------------------------------
Changes (by gmpfree):

  * status:  closed => reopened
  * version:  => 2.7.1
  * resolution:  worksforme =>
  * severity:  minor => normal
  * milestone:  => 2.8


Comment:

 hakre, is the first <select> set to empty when you're testing ?

 look at this bit from the code I quote:

 {{{
 $('select[name^="action"]').val()
 }}}

 it will only visit the FIRST <select> element within a page (despite the
 careful consideration gone into catching any <select> with name="action*")

 but there are TWO <select> elements on /wp-admin/upload.php, one for each
 apply button.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/9676#comment:6>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list