I've found a bug, and I have a repeatable test case. Save the following file as test.html.
<html> <body> <form action="http://the-brannons.com/cgi-bin/printenv.cgi" method="POST"> Enter something: <input type="text" name="item1"><br> <input type="submit" name="submit" value="go"> </form> </body> </html> Start edbrowse, and browse the file. Enter some text into the field and click submit. Use ^ to go back to the previous page after receiving the response. Try entering text into the field. Edbrowse might segfault at this point. If not, click submit, and it should do so. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
