Bug 233591

Summary: Rekonq double escapes characters in addressbar
Product: [Unmaintained] rekonq Reporter: Jurian Sluiman <subscribe>
Component: generalAssignee: Andrea Diamantini <adjam7>
Status: RESOLVED DUPLICATE    
Severity: normal CC: pano9000
Priority: NOR    
Version First Reported In: 0.4.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Jurian Sluiman 2010-04-07 12:01:16 UTC
Version:           0.4.58 (using KDE 4.4.2)
Installed from:    Ubuntu Packages

A valid google query is to search terms between double quotes. This character is double escaped and thus doesn't return the required result.

Example: type in the addressbar "rekonq browser" (WITH quotes). It will lead to Google with the query %2522rekonq%20browser%2522. This is escaped by Google as %22rekonq browser%22.

Rekonq shouldn't escape the data twice, the query should be %22rekonq%20browser%22 and Google recognize it as double quotes.
Comment 1 Panagiotis Papadopoulos 2010-04-08 15:53:40 UTC
if this is not a dupe of https://bugs.kde.org/show_bug.cgi?id=233159, then it at least is highly related to it.
Comment 2 Jurian Sluiman 2010-04-08 16:19:08 UTC
I searched for escaping, but the correct term was encoding (of course!). Browsing to related bugs, I found #233325. And indeed, that's marked as a duplicate of #233159

*** This bug has been marked as a duplicate of bug 233159 ***