In IE9 if you want to post or edit it very often (almost always) takes two clicks on the submit button, this will sometimes result in a double post if you are not careful enough :wink:
If you patiently wait after one click it will completely fail to submit
IE9 And Posting/Editing
Subject: Re: IE9 And Posting/Editing
Thanks for reporting, but it is (again) an IE issue which doesn't warn properly the user that the form is submitted.
Subject: Re: IE9 And Posting/Editing
I 'm sorry I can only agree to the part where you say it's an IE issue :mryellow:
Because:
Because:
Joshua203 wrote: [View Post]
Subject: Problems With IE And "Submit - Twice Or More Times"
There was a recent discussion between MG and Joshua here about submit problems with IE - Only I can't find the damn thread or the post to continue the conversation there. :(
Anyway - I came across this while looking for something else and it may throw a little light on the subject. ;)
http://www.codingforums.com/showthread.php?t=240088
Anyway - I came across this while looking for something else and it may throw a little light on the subject. ;)
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value.
http://www.codingforums.com/showthread.php?t=240088
Subject: Re: IE9 And Posting/Editing
Unfortunately it is not easy to prevent that.
Usually browsers shows you some progress when submitting a form, while IE still doesn't give any prompt signal to the users (so they click more than once! :sad: ).
I think we can do very little to prevent this.
Usually browsers shows you some progress when submitting a form, while IE still doesn't give any prompt signal to the users (so they click more than once! :sad: ).
I think we can do very little to prevent this.
Subject: Re: IE9 And Posting/Editing
Sorry I still think I did n't get across what I mean..
If I click once and wait.. I often get a blanco page (meaning I lost my message content!)
Clicking twice prevents loosing the message and because the board will warn me if one click was enough after all (the "there was a post inbetween" warning), so I would not double post.
If I compare to phpbb, 1 click is usually enough to post ...even on IE :)
If I click once and wait.. I often get a blanco page (meaning I lost my message content!)
Clicking twice prevents loosing the message and because the board will warn me if one click was enough after all (the "there was a post inbetween" warning), so I would not double post.
If I compare to phpbb, 1 click is usually enough to post ...even on IE :)
Subject: Re: IE9 And Posting/Editing
I'll try to check if I can do something... I need to find some motivation to launch IE on my PC... I also doubt is still there. :LOL:
Subject: Re: IE9 And Posting/Editing
NO problem ..My last posts went without 2 clicks ...I ll let you know when it happens again a couple of times
Subject: Re: IE9 And Posting/Editing
Last edited by Informpro on Mon 17 Oct, 2011 11:47; edited 1 time in total
Maybe we can use a little JS trick (<!-- if ie > js ...) to set disabled=true on submit button when clicked?
EDIT : another idea, just throwin' it : if IE doesn't subit the <input type="submit" value, maybe we can use sizeof/!empty($_POST) or use <input type="hidden" name="sent" value="1" />
EDIT : another idea, just throwin' it : if IE doesn't subit the <input type="submit" value, maybe we can use sizeof/!empty($_POST) or use <input type="hidden" name="sent" value="1" />
Last edited by Informpro on Mon 17 Oct, 2011 11:47; edited 1 time in total
Subject: Re: IE9 And Posting/Editing
What about cBack's Orion mod that that turned the submit button into "Please Wait" :mrgreen:
I got a copy of it somewhere! :P
I got a copy of it somewhere! :P
Subject: Re: IE9 And Posting/Editing
Why not add some elevator music to that ...music while you wait :LOL: (maybe guns&roses - just a little patience?)
just a small update: I ve been trying to not click twice everytime (it kinda became a habbit)
It seems like it's still happening but maybe not as frequent as i remember
just a small update: I ve been trying to not click twice everytime (it kinda became a habbit)
It seems like it's still happening but maybe not as frequent as i remember
Page 1 of 2
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.9479s (PHP: 2% SQL: 98%)
SQL queries: 17 - Debug Off - GZIP Enabled