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

                 Summary: cannot list other options
                 Project: mldonkey, a multi-networks file-sharing client
            Submitted by: test
            Submitted on: Wednesday 12/26/2007 at 14:56
                Category: HTTP interface
                Severity: 3 - Normal
              Item Group: Program malfunction
                  Status: None
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 
                 Release: 2.9.2
        Operating System: Linux
         Binaries Origin: Gentoo ebuild
                CPU type: x86_64

    _______________________________________________________

Details:

click: options (same as clicking options -> settings -> clients, as which is
default)
and i can see
"Client Ports   html    Delays  Files   Mail    Net     Misc    changed         
All"
there're only a few options which belongs to "Client" group

problem: when i click "Ports", "html" or whatever except "All", i see exact
options that belongs to "Client" not "Ports" group. and the frame url is
always http://host/submit?q=voo+1 (unexpected), while it should be
http://host/submit?q=voo+2 or so (expected)

suggested fix:

find
onclick="javascript:window.location.href='submit?q=voo+2';setTimeout('window.location.replace(window.location.href)',500)"
and remove setTimeout('window.location.replace(window.location.href)',500), do
it all for voo+1 voo+3 voo+4 etc

or replace it with
onclick="javascript:var href
='submit?q=voo+2';window.location.href=href;setTimeout(function(){window.location.replace(href)},500)"




    _______________________________________________________

Reply to this item at:

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

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



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to