From 95ac141bd9db24ef3dfb3f657a1c87c0a2cc1332 Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Tue, 17 Apr 2007 17:41:22 +0000 Subject: [PATCH] Fix Form.request for forms containing an input element with name="action". Closes #8063. --- CHANGELOG | 4 ++++ src/form.js | 2 +- test/unit/form.html | 7 ++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8d7d162..aa4d862 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Fix Form.request for forms containing an input element with name="action". Closes #8063. [Thomas Fuchs, Mislav Marohnić] + +* Make Event.element extend the returned element. Closes #7870. [Thomas Fuchs] + * Prevent a crash on Safari on String.prototype.stripScripts and extractScripts with large