[wp-trac] [WordPress Trac] #6372: Addition of ID's on some form elements in wp-includes/widgets.php

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 24 10:59:56 GMT 2008


#6372: Addition of ID's on some form elements in wp-includes/widgets.php
-------------------------+--------------------------------------------------
 Reporter:  diegomax     |       Owner:  anonymous
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  2.3.4    
Component:  General      |     Version:  2.3.3    
 Severity:  normal       |    Keywords:           
-------------------------+--------------------------------------------------
 Hello there WordPress developers.

 I would like to suggest the addition of some ID tags to some form elements
 in the wp-includes/widgets.php file.

 In line '''414''' the search widget "Submit" button lacks the ID tag.

 {{{
 <input type="submit" value="<?php echo attribute_escape(__('Search')); ?>"
 />
 }}}

 This little issue breaks compatibility with some specific css
 customizations with every upgrade and i think it should be trivial to fix.
 Im aware of course that this could still be styled by using proper css
 inheritance, etc, but since every other element in the widgets file comes
 with proper ID's, I´m pretty sure that this is just a forgotten code bit.
 Thanks in advance.
 Diego.

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


More information about the wp-trac mailing list