|
Page 1 of 2
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
IE9 And Posting/Editing
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
If you patiently wait after one click it will completely fail to submit
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
Edited by Joshua203, Sat 10 Sep, 2011 14:52: spelling and readability |
#1 Sat 10 Sep, 2011 14:40 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Wed 28 Sep, 2011 11:45 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: IE9 And Posting/Editing
I 'm sorry I can only agree to the part where you say it's an IE issue
Because:
If you patiently wait after one click it will completely fail to submit
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#3 Sun 09 Oct, 2011 07:51 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
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.
//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.
http://www.codingforums.com/showthread.php?t=240088
|
#4 Fri 14 Oct, 2011 10:38 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: IE9 And Posting/Editing
Merged for you Mort Thanks
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#5 Fri 14 Oct, 2011 19:05 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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! ).
I think we can do very little to prevent this.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#6 Sun 16 Oct, 2011 11:56 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#7 Sun 16 Oct, 2011 19:11 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
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.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#8 Sun 16 Oct, 2011 20:41 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#9 Sun 16 Oct, 2011 21:04 |
|
Informpro
Joined: October 2008
Posts: 1110
Location:
|
Re: IE9 And Posting/Editing
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" />
Last edited by Informpro on Mon 17 Oct, 2011 11:47; edited 1 time in total |
#10 Sun 16 Oct, 2011 22:22 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Re: IE9 And Posting/Editing
What about cBack's Orion mod that that turned the submit button into "Please Wait"
I got a copy of it somewhere!
|
#12 Thu 20 Oct, 2011 14:05 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: IE9 And Posting/Editing
Why not add some elevator music to that ...music while you wait (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
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#13 Thu 20 Oct, 2011 14:37 |
|
mort
Spam Basher
Joined: August 2010
Posts: 998
Location: Up a tree
|
Re: IE9 And Posting/Editing
Or, how about this while one waits?
habit and rabbit -> damn Engrish!
|
#14 Thu 20 Oct, 2011 15:00 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: IE9 And Posting/Editing
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#15 Thu 20 Oct, 2011 16:03 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You 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
|
|
|
|