Re: small bug?
How did you produce the error?
Are you sure the webserver didn't screw up when serving it up?
I see 'descending' fine
Re: small bug?
Strange. It only does it with FireFox. Everything seems to be OK with IE.
Re: small bug?
Doesn't happen to me in either IE or Firefox. Try emptying your cache or something.
Re: small bug?
I did. Same thing.
Re: small bug?
this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
7 2004-09-02 12:56 (edited by snapsolutions 2004-09-02 12:59)
Re: small bug?
this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
Strange When I click there, www.microsoft.com popup Something strange is happening
Btw you should remove " " from the URL
Re: small bug?
If you encounter it again, could you hit "view source" and see if there is anything wrong with the markup? It does sound like a browser bug though.
Re: small bug?
Do you want me to paste the whole source here or some particular part of the source?
Re: small bug?
Well, the form would be good.
Re: small bug?
<form method="get" action="userlist.php">
<table class="punmain" cellspacing="1" cellpadding="4">
<tr class="punhead">
<td class="punhead">User list</td>
</tr>
<tr>
<td class="puncon2cent">
Show users of status <select name="show_group" tabindex="1">
<option value="-1" selected>All</option>
<option value="0">Member</option>
<option value="1">Moderator</option>
<option value="2">Administrator</option>
</select>
ordered by <select name="order_by" tabindex="2">
<option value="username">Username</option>
<option value="registered">Registered</option>
<option value="num_posts" selected>Posts</option>
</select> <select name="direction" tabindex="3">
<option value="asc">Ascending</option>
<option value="desc" selected>Descending</option>
</select>
<input type="submit" value="Submit" tabindex="4" accesskey="s">
</td>
</tr>
</table>
</form>
Re: small bug?
I can't find anything wrong with that. It must be a firefox issue.
Re: small bug?
What version of Firefox and what platform? I don't see anything on my win firefox 0.9.3
Re: small bug?
Connorhd wrote:this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
Strange When I click there, www.microsoft.com popup Something strange is happening
Btw you should remove " " from the URL
firefox resolve http to microsofts website (i think it uses good feeling lucky thing)
Re: small bug?
What version of Firefox and what platform? I don't see anything on my win firefox 0.9.3
I am using Windows 2000 FireFox 0.9.3
snapsolutions wrote:Connorhd wrote:this was what i was trying to explain before here execpt with me it was the ordered by drop down, and only in firefox and only sometimes
Strange :) When I click there, www.microsoft.com popup :D Something strange is happening
Btw you should remove " " from the URLfirefox resolve http to microsofts website (i think it uses good feeling lucky thing)
Yeah, very interesting ;)