Can't post questions in IE
Nothing happens after clicking "post your topic" when a user tries to submit a question through our help center API. In Firefox, it redirects you to login, then clears all of your previously submitted information. Is this normal?
Note, the user is not logged in at this point.
Note, the user is not logged in at this point.
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
The best solution from the company
-
I see the bug Yousef. It's very easy to fix, so let me explain to you how you can do it real quickly.
on line 169 of submit.t, there is a button element that is the button to submit a topic.
In IE6, a button element must have type="submit" as an attribute. If you add that, IE6 should start working again.
I'll check the fix into source control.
The company and 1 other person say
this solves the problem
-
Inappropriate?I see the bug Yousef. It's very easy to fix, so let me explain to you how you can do it real quickly.
on line 169 of submit.t, there is a button element that is the button to submit a topic.
In IE6, a button element must have type="submit" as an attribute. If you add that, IE6 should start working again.
I'll check the fix into source control.
The company and 1 other person say
this solves the problem
-
Inappropriate?I'm not seeing a submit.t file, are you referring to submit.php?
-
Inappropriate?submit.t is inside themes/default. It contains the tenmplate file that submit.php renders.
I've confirmed the fix that I described before works, and have checked it into source control, also. -
BTW, this issue also affects IE7
Loading Profile...



EMPLOYEE
