|
Re: 2.6RC2; goto forum [message #13857 is a reply to message #13854] |
Wed, 29 October 2003 20:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
What browser are you using? There is a JavaScript check to prevent form submission when category is selected.
FUDforum Core Developer
|
|
|
|
Re: 2.6RC2; goto forum [message #13861 is a reply to message #13859] |
Wed, 29 October 2003 21:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I am using mozillafirebird 0.6.1+ and do not see this problem.
I am also unabled to replicate the problem in:
Konqueror 3.1.4
Opera 7.21
IE 6.0.26
Inside forumsel.tmpl the blocking of category submission is done via
if ( this.value==0 )
You can try adding an alert() there to see if the check works or not. If it does work and the page submits, it means your browser ignores "return false;", which prevents form submission. In the event the value is not 0 but something else let me know, maybe we can add a work around for buggy Mozilla.
FUDforum Core Developer
|
|
|
Re: 2.6RC2; goto forum [message #13862 is a reply to message #13859] |
Wed, 29 October 2003 21:02 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
AzaToth wrote on Wed, 29 October 2003 15:55 | MozillaFirebird 0.7
And I was not clear, it's only IF you press OK, I think the most proper way is to redirect to the front page then.
|
Ah... That explains it .
I'll look into it...
FUDforum Core Developer
|
|
|