ive currently had a problem with my submit buttons and links doing nothing in ie, this persisted untill i disabled block submit at which point they worked fine
ive currently had a problem with my submit buttons and links doing nothing in ie, this persisted untill i disabled block submit at which point they worked fine
Comments
Comment #1
cardentey commentedme too.... ;-(
Comment #2
cerup commentedSame - when 'disbale button' is on the submit never processes. When 'hide' is on - the revolving icon doesn't show (the text shows), but it does submit.
Either way, this is bugged in IE.
Comment #3
YK85 commentedsubscribing
was anyone able to find a solution to this issue?
Comment #4
YK85 commentedHello,
I have confirmed that the submit buttons do not work on the user register and user login pages with Internet Explorer.
Can anyone please help with this issue?
Thank you!
Comment #5
voidberg commentedComment #6
alan d. commentedI got this working by doing the following:
Removing the duplicated .submit() function that is set inside of the first one:
And changing
to
I'd supply a patch, but our version appears to be fairly heavily customized in other areas :)
Comment #7
mjade1138 commentedI can confirm this issue as well. There should really be a warning on the module page that it doesn't work in IE!
Comment #8
gregglesThe suggested change in #6 no longer matches the code, so marking needs work.
Can anyone confirm if this is still a problem?
Comment #9
gregglesIt would be good to know which version of IE is having problems. I tested the 7.x-1.x-dev version (with #1813382: Finish 7.x port, make stable release) and forms submit fine.
Comment #10
alan d. commented@greggles I think that almost all IE versions on D6, too long ago to remember; I haven't looked at D7 at all...