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

Bug #2608 Template system snafu
Submitted: 2004-10-25 08:46 UTC
From: doconnor Assigned:
Status: Bogus Package: HTML_QuickForm
PHP Version: 4.3.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2004-10-25 08:46 UTC] doconnor
Description: ------------ Your documentation (particularly /QuickForm/docs/elements.php) demonstrates a bug in the constructor -> display process. Exists in 3.2.3 - 3.2.4-pl1 onwards (possibly goes back further, all I know is upgrading did not help :) Reproduce code: --------------- require_once 'HTML/QuickForm.php'; $form =& new HTML_QuickForm('frmTest', 'get'); /* Elements, and such */ $form->display(); Expected result: ---------------- <form action="" name="" method="get"> <!-- Foo, foo, etc --> </form> Actual result: -------------- <formArray> <!-- Foo --> </form>

Comments

 [2004-10-25 09:01 UTC] doconnor
I'll go read the FAQ next time :)