Subject: | filter_all should exclude Submit element |
Date: | Mon, 11 Feb 2008 21:17:35 +0100 (CET) |
To: | bug-HTML-Widget [...] rt.cpan.org |
From: | "Anonymous Remailer (austria)" <mixmaster [...] remailer.privacy.at> |
when i apply filter_all to my widget, i get:
Use of uninitialized value in hash element at /usr/local/share/perl/5.8.8/HTML/Widget/Filter.pm line 74.
Use of uninitialized value in hash element at /usr/local/share/perl/5.8.8/HTML/Widget/Filter.pm line 79.
this is because the name element of the widget hash for the submit
element is undef. so i think filter_all should not apply to submit
elements.