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

Bug #460 static in SELECT tag
Submitted: 2003-12-19 16:45 UTC
From: buteo at ukr dot net Assigned: alan_k
Status: Closed Package: HTML_Template_Flexy
PHP Version: 4.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 - 3 = ?

 
 [2003-12-19 16:45 UTC] buteo at ukr dot net
Description: ------------ Don't work function setValue() in SELECT tag, when use STATIC Or it not supported in this version? Reproduce code: --------------- PHP $this->elements['List'] = new HTML_Template_Flexy_Element('select'); $this->elements['List']->SetValue("2001"); template <select name="List" static> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> </select> Expected result: ---------------- <select name="List"> <option value="2000">2000</option> <option value="2001" selected>2001</option> <option value="2002">2002</option> </select> Actual result: -------------- <select name="List" static> <option value="2000">2000</option> <option value="2001">2001</option> <option value="2002">2002</option> </select>

Comments

 [2003-12-20 02:11 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!