1. Fill out a form with set_fields()
2. Submit the form
3. Use back()
4. Verify the value of the fields with value(). They will be empty.
Before, in version 1.50, using back() would preserve form data. This is
how my browser behaves when I use the back button.
Now, using back() resets the form data.
I am using the following configuration:
WWW::Mechanize version 1.52
Perl version 5.8.8
Ubuntu 8.04 kernel 2.6.24-21-generic #1 SMP i686
It appears that back() calls _update_page(), which then calls _reset_page()
and deletes the form data.
neo...@gmail.com reported on Dec 16, 2008
Details
Imported from Google Code issue 83 via archive
WM
,forms
Comments
petda...@gmail.com commented on Dec 22, 2008 :
WM forms
mark.sto...@gmail.com commented on Feb 1, 2013 :