Hi,
I just upgraded from 1.1.3b3 to 1.1.4 and I have a really annoying bug now:
The furomjump scrolldown list is generated with "selected" in EVERY option except the first!
Therefore, the LAST option is the displayed one. Needless to say, the last forum in the order is the least wanted forum.
It's very annoying because most people, myself included, click on the Go button automatically, since we're used to have it by default on the forum name which we're in now.
This is what the source code of the html looks like:
[code]
<B>Forum Jump: </B><SELECT NAME="forumid">
<option >Please select one:</option>
<OPTION value="1" > Atlas F1</option>
<OPTION value="2" [b]selected[/b]> Readers' Comments</option>
<OPTION value="9" [b]selected[/b]> The Paddock Club</option>
<OPTION value="7" [b]selected[/b]> Racing Simulators</option>
<OPTION value="8" [b]selected[/b]> The Technical Forum</option>
<OPTION value="10" [b]selected[/b]> The Nostalgia Forum</option>
<OPTION value="6" [b]selected[/b]> For Sale & Want Ads</option>
<OPTION value="5" [b]selected[/b]> Grand Prix Travelling</option>
</SELECT>
<input type="hidden" name="daysprune" value="">
<INPUT TYPE="SUBMIT" VALUE="Go"></FORM>
[/code]
I'd appreciate your help, and thanks,
Bira
I just upgraded from 1.1.3b3 to 1.1.4 and I have a really annoying bug now:
The furomjump scrolldown list is generated with "selected" in EVERY option except the first!
Therefore, the LAST option is the displayed one. Needless to say, the last forum in the order is the least wanted forum.
It's very annoying because most people, myself included, click on the Go button automatically, since we're used to have it by default on the forum name which we're in now.
This is what the source code of the html looks like:
[code]
<B>Forum Jump: </B><SELECT NAME="forumid">
<option >Please select one:</option>
<OPTION value="1" > Atlas F1</option>
<OPTION value="2" [b]selected[/b]> Readers' Comments</option>
<OPTION value="9" [b]selected[/b]> The Paddock Club</option>
<OPTION value="7" [b]selected[/b]> Racing Simulators</option>
<OPTION value="8" [b]selected[/b]> The Technical Forum</option>
<OPTION value="10" [b]selected[/b]> The Nostalgia Forum</option>
<OPTION value="6" [b]selected[/b]> For Sale & Want Ads</option>
<OPTION value="5" [b]selected[/b]> Grand Prix Travelling</option>
</SELECT>
<input type="hidden" name="daysprune" value="">
<INPUT TYPE="SUBMIT" VALUE="Go"></FORM>
[/code]
I'd appreciate your help, and thanks,
Bira
Comment