Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 23892
Status: rejected
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors: fmerges [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.21_04
Fixed in: (no value)



Subject: Method tick only finds checkboxes, and misses the radios
Method 'tick' should also call the method 'find_input' for "radio" and not only for "checkbox": while ( my $input = $self->current_form->find_input( $name, "checkbox", $index ) ) { Because this way you can't 'tick' on radiobuttons, which is annoying in some forms, because you must call the same method that actually 'tick' calls, mean, find the input and set the value... Regards, Florian
I think that I like how it does it. But I may reconsider. Not sure. Anyway, new bug queue is at http://code.google.com/p/www-mechanize/issues