Closed
Bug 492378
Opened 17 years ago
Closed 15 years ago
Plus sign not escaped in %s expansion from keyword bookmark
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: KlausRusch, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090303 SeaMonkey/1.1.15
The plus sign is not escaped in %s expansion from keyword bookmark.
Reproducible: Always
Steps to Reproduce:
1. Create bookmark "test" with URL http://www.example.com/?id=%s and keyword "test"
2. Enter test 1+2 in the address line
Actual Results:
http://www.example.com/?id=1+2
Expected Results:
http://www.example.com/?id=1%2b2
Comment 1•17 years ago
|
||
Can you reproduce with SeaMonkey v2.0a3?
Version: unspecified → SeaMonkey 1.1 Branch
Comment 2•16 years ago
|
||
I also have this problem.
My keyword searches for google.com doesn't work because the plus sign is interpreted by Firefox browser as a [space].
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8
Comment 3•16 years ago
|
||
Since this is also a problem in Firefox, should a new bug report be created?
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a2pre) Gecko/20100224 SeaMonkey/2.1a1pre
- display http://www.example.com/?id=1%2B2
Reporter, can you try and reproduce with SeaMonkey v2.0.3 or 2.1a1pre ? (2.1a1pre version isn't stable enough for everyone's daily use yet).
| Reporter | ||
Comment 5•16 years ago
|
||
Results with SeaMonkey v2.0.3 are mixed.
http://www.ibm.com/search?q=%s&lv=w works correctly, with the plus sign encoded as %2B
http://www.google.com/search?q=%s&start=0&start=0&ie=utf-8&oe=utf-8 still does not work and leaves a plus sign in the URL
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a2pre) Gecko/20100226 SeaMonkey/2.1a1pre
Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100226 SeaMonkey/2.0.4pre
I create bookmark "google" with URL http://www.google.com/search?q=%s&start=0&start=0&ie=utf-8&oe=utf-8 and keyword "google".
When I use google books+Linux , it display in address bar http://www.google.com/search?q=kniha%2BLinux&start=0&start=0&ie=utf-8&oe=utf-8 .
Please try in Safe mode ( http://kb.mozillazine.org/Talk:Safe_Mode#Safe_Mode_in_SeaMonkey_2 ), or with a new profile ( http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile )
| Reporter | ||
Comment 7•16 years ago
|
||
Tried this with a new profile and safe mode on 2.0.3:
Bookmark
URL: http://www.google.at/search?hl=de&source=hp&q=%s&meta=&aq=f&aqi=g10&aql=&oq=&gs_rfai=
Keyword: ga
Test case
Location: ga 1+2
URL: http://www.google.at/search?hl=de&source=hp&q=1+2&meta=&aq=f&aqi=g10&aql=&oq=&gs_rfai=
Comment 8•15 years ago
|
||
Strange, I cannot reproduce this either with a current SM 2.0 or SM 2.1 nightly.
Klaus, can you please try SM 2.1b1?
Whiteboard: [CLOSEME 2011-02-01 WFM]
Version: SeaMonkey 1.1 Branch → SeaMonkey 2.0 Branch
No reply from reporter --> Resolved.Worksforme
Reopen if you can reproduce with using an recent Build, and submit actual information.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•