Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.5.1

Bug #13680 XHTML - Need to create a distinct id for all checkboxes
Submitted: 2008-04-15 06:34 UTC
From: raziel057 Assigned: farell
Status: Closed Package: HTML_QuickForm_advmultiselect (version 1.4.0)
PHP Version: 5.2.1 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  


 [2008-04-15 06:34 UTC] raziel057 (Thomas Lallement)
Description: ------------ When construct the input type checkbox into the div, you must increment generate a unique id for each element. I suggest you to add an incremental number at the end of the id. Test script: --------------- $slct_reunions =& $this->_qform->addElement('advmultiselect', 'slct_reunions', null, $this->_list_reunions, array('class' => 'large')); Expected result: ----------------
Actual result: --------------

Comments

 [2008-04-26 12:25 UTC] farell (Laurent Laville)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.