Subject: | Tk::HTML::Handler select functionality has errors. |
The Tk::HTNL::Handler has problems with the following HTML code:
<select name="select">
<option>a</option>
<option>b</option>
</select>
The only option that shows up is the last one created.
The last line causes an error with both single and multiple select.
I have included a copy of the handler with these problems fixed.
This does not fix the lack of <option value=1> support.
This does not fix the last option created is the default problem.
Thanks for the great tools.
Message body is not shown because it is too large.