mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #21890] cannot list other options


From: test
Subject: [Mldonkey-bugs] [bug #21890] cannot list other options
Date: Thu, 27 Dec 2007 01:35:36 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

Follow-up Comment #3, bug #21890 (project mldonkey):

sorry, i do not have any cvs version checked out. i just check the html code
in my browser generated by mldonkey and find out (guess) that it's that script
was wrong.

window.location.href = '..' is executed immediately when i click and the url
is right. but after 500 ms, the setTimeout function is executed which load the
wrong window.location.href, because window.location.href won't be updated
until page is loaded. window.location.href is always the current document url
even you set it to something else.

and i used firefox + firebug extension and IE + httpwatch, both show me that
mldonkey web try to load the expected url at first (request 1), but is aborted
later because the unexpected url is requested instead (request 2).

and btw, i do not know why the setTimeout is needed anyway. ff/ie/opera don't
need it afaik, is it for other browsers?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21890>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]