This probably goes back to rev 532409 and the discussion around it, back in
April.
I was opposed to that javascript change, and my guess is this bug in IE is a
direct result of it.
I just changed this in SVN rev 558253.
What we need now is a number of people to test this to make sure it is working
properly, and so that no one feels the desire to change it back again.
-David
Scott Gray wrote:
Thanks Kane,
Do you we need the javascript to perform a submit? I tested in Firefox
2.0.0.5 and the forms work fine without it, is anyone aware of any browsers
that require it?
Thanks
Scott
On 21/07/07, Kane Lo <[EMAIL PROTECTED]> wrote:
Yes, the IE6 and IE7 are double posting. I have created an issue b4 on
Jira.
It is becos of the IE7 will submit the post data, regardless the job
should
be passed to a javascript. And the javascript also post the data. Thus it
becomes double post. I have a patch inside the Jira, to check if it is
IE7,
then the javascript will stop post the data.
----- Original Message -----
From: "Scott Gray" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, July 21, 2007 10:02 AM
Subject: Strange double posting behaviour on IE7
> Hi All,
>
> I've come across a bug where forms are being double posted when using
IE7,
> the strange thing is I can't replicate it on the demo server (
> https://demo.hotwaxmedia.com/partymgr/control/main).
>
> Is the demo server running the same code as the trunk?
>
> Can anybody else confirm the double posting behaviour for me? Easy way
is
> to create a new party group and then find the party group by its group
> name
> (using IE7 of course)
>
> Thanks
> Scott
>