[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/khtml/html
From:       George Staikos <staikos () kde ! org>
Date:       2004-11-06 14:16:33
Message-ID: 20041106141633.221C616D82 () office ! kde ! org
[Download RAW message or body]

CVS commit by staikos: 

query strings get formed with ';' too.  great way to be standards compliant
guys. :(

BUG: 73206


  M +3 -2      html_formimpl.cpp   1.401


--- kdelibs/khtml/html/html_formimpl.cpp  #1.400:1.401
@@ -413,5 +413,6 @@ static QString calculateAutoFillKey(cons
     // by saving passwords under wrong lookup key.
     const QString name = e.getAttribute(ATTR_NAME).string().stripWhiteSpace();
-    return k.url() + '#' + name;
+    const QStringList url = QStringList::split(';', k.url());
+    return url[0] + '#' + name;
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic